Html Css Color HEX #850FB6 Dark Violet

📋 copy color: '#850FB6'

red 133 ◦ green 15 ◦ blue 182

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

Shades of Dark Violet #850FB6

Tints of Dark Violet #850FB6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.55%

 BLUE value IS 182 (71.48% from 255) = 55.15%

R = 40.3%
G = 4.55%
B = 55.15%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#850FB6 (or 0x850FB6) is known color: Dark Violet. HEX triplet: 85, 0F and B6. RGB value is (133,15,182). Sum of RGB (Red+Green+Blue) = 133+15+182=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #850FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FB6 is #7AF049. Grayscale: #444444. Windows color (decimal): -8056906 or 11931525. OLE color: 11931525.

HSL color Cylindrical-coordinate representation of color #850FB6: hue angle of 282.4º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850FB6 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 15 182 -
CMYK 0.27 0.92 0 0.29
HSL 282.4º 0.85% 0.39% -
HSV(B) 282.4º 0.92% 0.71% -
XYZ 18.29 8.71 44.97 -
YUV 69.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 133 15 182 0.27 0.92 0 0.29 282.4 0.85 0.39
Hex 85 F B6 1B 5C 0 1D 11A 55 27
Octal 205 17 266 33 134 0 35 432 125 47
Binary 10000101 1111 10110110 11011 1011100 0 11101 100011010 1010101 100111

Color Harmonies of #850FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FB6

Black with #850FB6

Text Example


Text Example

White with #850FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850FB6; }

 p { color: rgb(133,15,182); }

 H1.HeaderClassName
 {
   color: #850FB6;
 }
 .AnyTagClassName
 {
   color: #850FB6;
 }
</style>

background-color css

<style>
 a { background-color: #850FB6; }

 a { background-color: rgb(133,15,182); }

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

border-color css

<style>
 span { border-color: #850FB6; }

 span { border-color: rgb(133,15,182); }

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