#812CBB

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

Shades of Dark Orchid #812CBB

Tints of Dark Orchid #812CBB

Color information

#812CBB (or 0x812CBB) is unknown color: approx Dark Orchid. HEX triplet: 81, 2C and BB. RGB value is (129,44,187). Sum of RGB (Red+Green+Blue) = 129+44+187=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #812CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CBB is #7ED344. Grayscale: #555555. Windows color (decimal): -8311621 or 12266625. OLE color: 12266625.

HSL color Cylindrical-coordinate representation of color #812CBB: hue angle of 275.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812CBB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12944187-
CMYK0.310.7600.27
HSL275.66º61.9%45.29%-
HSV(B)275.66º76.47%73.33%-
XYZ18.9210.0647.96-
YUV85.72185.16158.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 44 (17.58% from 255) = 12.22%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=35.83%
G=12.22%
B=51.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129441870.310.7600.27275.6661.945.29
Hex812CBB1F4C01B1143e2d
Octal20154273371140334247655
Binary1000000110110010111011111111001100011011100010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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