#812CB3

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

Shades of Dark Orchid #812CB3

Tints of Dark Orchid #812CB3

Color information

#812CB3 (or 0x812CB3) is unknown color: approx Dark Orchid. HEX triplet: 81, 2C and B3. RGB value is (129,44,179). Sum of RGB (Red+Green+Blue) = 129+44+179=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #812CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CB3 is #7ED34C. Grayscale: #545454. Windows color (decimal): -8311629 or 11742337. OLE color: 11742337.

HSL color Cylindrical-coordinate representation of color #812CB3: hue angle of 277.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812CB3 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12944179-
CMYK0.280.7500.30
HSL277.78º60.54%43.73%-
HSV(B)277.78º75.42%70.2%-
XYZ18.099.7243.57-
YUV84.8181.16159.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 44 (17.58% from 255) = 12.5%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=36.65%
G=12.5%
B=50.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129441790.280.7500.30277.7860.5443.73
Hex812CB31C4B01E1163d2c
Octal20154263341130364267554
Binary1000000110110010110011111001001011011110100010110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812CB3; }

 p { color: rgb(129,44,179); }

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

<style>
 a { background-color: #812CB3; }

 a { background-color: rgb(129,44,179); }

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

<style>
 span { border-color: #812CB3; }

 span { border-color: rgb(129,44,179); }

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