#812BB3

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

Shades of Dark Orchid #812BB3

Tints of Dark Orchid #812BB3

Color information

#812BB3 (or 0x812BB3) is unknown color: approx Dark Orchid. HEX triplet: 81, 2B and B3. RGB value is (129,43,179). Sum of RGB (Red+Green+Blue) = 129+43+179=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #812BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812BB3 is #7ED44C. Grayscale: #535353. Windows color (decimal): -8311885 or 11742081. OLE color: 11742081.

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

Color convert

RGB12943179-
CMYK0.280.7600.30
HSL277.94º61.26%43.53%-
HSV(B)277.94º75.98%70.2%-
XYZ18.059.6543.56-
YUV84.22181.49159.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=36.75%
G=12.25%
B=51.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129431790.280.7600.30277.9461.2643.53
Hex812BB31C4C01E1163d2c
Octal20153263341140364267554
Binary1000000110101110110011111001001100011110100010110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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