#8120C2

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

Shades of Dark Orchid #8120C2

Tints of Dark Orchid #8120C2

Color information

#8120C2 (or 0x8120C2) is unknown color: approx Dark Orchid. HEX triplet: 81, 20 and C2. RGB value is (129,32,194). Sum of RGB (Red+Green+Blue) = 129+32+194=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #8120C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8120C2 is #7EDF3D. Grayscale: #4E4E4E. Windows color (decimal): -8314686 or 12722305. OLE color: 12722305.

HSL color Cylindrical-coordinate representation of color #8120C2: hue angle of 275.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8120C2 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12932194-
CMYK0.340.8400.24
HSL275.93º71.68%44.31%-
HSV(B)275.93º83.51%76.08%-
XYZ19.319.651.87-
YUV79.47192.64163.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 32 (12.89% from 255) = 9.01%
BLUE value IS 194 (76.17% from 255) = 54.65%
R=36.34%
G=9.01%
B=54.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129321940.340.8400.24275.9371.6844.31
Hex8120C22254018114482c
Octal201403024212403042411054
Binary100000011000001100001010001010101000110001000101001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8120C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8120C2; }

 p { color: rgb(129,32,194); }

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

<style>
 a { background-color: #8120C2; }

 a { background-color: rgb(129,32,194); }

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

<style>
 span { border-color: #8120C2; }

 span { border-color: rgb(129,32,194); }

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