Html Css Color HEX #851FC9 Dark Orchid

📋 copy color: '#851FC9'

red 133 ◦ green 31 ◦ blue 201

#851FC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #851FC9

Tints of Dark Orchid #851FC9

RGB

 RED value IS 133 (52.34% from 255) = 36.44%

 GREEN value IS 31 (12.5% from 255) = 8.49%

 BLUE value IS 201 (78.91% from 255) = 55.07%

R = 36.44%
G = 8.49%
B = 55.07%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#851FC9 (or 0x851FC9) is known color: Dark Orchid. HEX triplet: 85, 1F and C9. RGB value is (133,31,201). Sum of RGB (Red+Green+Blue) = 133+31+201=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #851FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FC9 is #7AE036. Grayscale: #505050. Windows color (decimal): -8052791 or 13180805. OLE color: 13180805.

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

Color convert

RGB 133 31 201 -
CMYK 0.34 0.85 0 0.21
HSL 276º 0.73% 0.45% -
HSV(B) 276º 0.85% 0.79% -
XYZ 20.71 10.18 56.13 -
YUV 80.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 133 31 201 0.34 0.85 0 0.21 276 0.73 0.45
Hex 85 1F C9 22 55 0 15 114 49 2D
Octal 205 37 311 42 125 0 25 424 111 55
Binary 10000101 11111 11001001 100010 1010101 0 10101 100010100 1001001 101101

Color Harmonies of #851FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FC9

Black with #851FC9

Text Example


Text Example

White with #851FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #851FC9;
 }
 .AnyTagClassName
 {
   color: #851FC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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