#851BB8

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

Shades of Dark Orchid #851BB8

Tints of Dark Orchid #851BB8

Color information

#851BB8 (or 0x851BB8) is unknown color: approx Dark Orchid. HEX triplet: 85, 1B and B8. RGB value is (133,27,184). Sum of RGB (Red+Green+Blue) = 133+27+184=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #851BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BB8 is #7AE447. Grayscale: #4C4C4C. Windows color (decimal): -8053832 or 12065669. OLE color: 12065669.

HSL color Cylindrical-coordinate representation of color #851BB8: hue angle of 280.51º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851BB8 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13327184-
CMYK0.280.8500.28
HSL280.51º74.41%41.37%-
HSV(B)280.51º85.33%72.16%-
XYZ18.729.2346.14-
YUV76.59188.62168.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 27 (10.94% from 255) = 7.85%
BLUE value IS 184 (72.27% from 255) = 53.49%
R=38.66%
G=7.85%
B=53.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133271840.280.8500.28280.5174.4141.37
Hex851BB81C5501C1194a29
Octal205332703412503443111251
Binary1000010111011101110001110010101010111001000110011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851BB8; }

 p { color: rgb(133,27,184); }

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

<style>
 a { background-color: #851BB8; }

 a { background-color: rgb(133,27,184); }

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

<style>
 span { border-color: #851BB8; }

 span { border-color: rgb(133,27,184); }

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