#8132C7

Color #8132C7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8132C7

Tints of Dark Orchid #8132C7

Color information

#8132C7 (or 0x8132C7) is unknown color: approx Dark Orchid. HEX triplet: 81, 32 and C7. RGB value is (129,50,199). Sum of RGB (Red+Green+Blue) = 129+50+199=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #8132C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8132C7 is #7ECD38. Grayscale: #5A5A5A. Windows color (decimal): -8310073 or 13054593. OLE color: 13054593.

HSL color Cylindrical-coordinate representation of color #8132C7: hue angle of 271.81º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8132C7 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12950199-
CMYK0.350.7500.22
HSL271.81º59.84%48.82%-
HSV(B)271.81º74.87%78.04%-
XYZ20.511.0755.09-
YUV90.61189.17155.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 50 (19.92% from 255) = 13.23%
BLUE value IS 199 (78.12% from 255) = 52.65%
R=34.13%
G=13.23%
B=52.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129501990.350.7500.22271.8159.8448.82
Hex8132C7234B0161103c31
Octal20162307431130264207461
Binary10000001110010110001111000111001011010110100010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8132C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8132C7; }

 p { color: rgb(129,50,199); }

 H1.HeaderClassName
 {
   color: #8132C7;
 }
 .AnyTagClassName
 {
   color: #8132C7;
 }
</style>
background-color css

<style>
 a { background-color: #8132C7; }

 a { background-color: rgb(129,50,199); }

 div.DivClassName
 {
   background-color: #8132C7;
 }
 .BgClassName
 {
   background-color: #8132C7;
 }
</style>
border-color css

<style>
 span { border-color: #8132C7; }

 span { border-color: rgb(129,50,199); }

 td.TdClassName
 {
   border-color: #8132C7;
 }
 .TagClassName
 {
   border-color: #8132C7;
 }
</style>