#851FC8

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

Shades of Dark Orchid #851FC8

Tints of Dark Orchid #851FC8

Color information

#851FC8 (or 0x851FC8) is unknown color: approx Dark Orchid. HEX triplet: 85, 1F and C8. RGB value is (133,31,200). Sum of RGB (Red+Green+Blue) = 133+31+200=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #851FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FC8 is #7AE037. Grayscale: #505050. Windows color (decimal): -8052792 or 13115269. OLE color: 13115269.

HSL color Cylindrical-coordinate representation of color #851FC8: hue angle of 276.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851FC8 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13331200-
CMYK0.340.8400.22
HSL276.21º73.16%45.29%-
HSV(B)276.21º84.5%78.43%-
XYZ20.5910.1455.52-
YUV80.76195.29165.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 31 (12.5% from 255) = 8.52%
BLUE value IS 200 (78.52% from 255) = 54.95%
R=36.54%
G=8.52%
B=54.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133312000.340.8400.22276.2173.1645.29
Hex851FC82254016114492d
Octal205373104212402642411155
Binary10000101111111100100010001010101000101101000101001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,31,200); }

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

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

 a { background-color: rgb(133,31,200); }

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

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

 span { border-color: rgb(133,31,200); }

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