Html Css Color HEX #850DB6 Dark Violet

📋 copy color: '#850DB6'

red 133 ◦ green 13 ◦ blue 182

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

Shades of Dark Violet #850DB6

Tints of Dark Violet #850DB6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.96%

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

R = 40.55%
G = 3.96%
B = 55.49%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#850DB6 (or 0x850DB6) is known color: Dark Violet. HEX triplet: 85, 0D and B6. RGB value is (133,13,182). Sum of RGB (Red+Green+Blue) = 133+13+182=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #850DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DB6 is #7AF249. Grayscale: #434343. Windows color (decimal): -8057418 or 11931013. OLE color: 11931013.

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

Color convert

RGB 133 13 182 -
CMYK 0.27 0.93 0 0.29
HSL 282.6º 0.87% 0.38% -
HSV(B) 282.6º 0.93% 0.71% -
XYZ 18.26 8.65 44.96 -
YUV 68.15 192.26 174.26 -
System Red Green Blue C M Y K H S L
Decimal 133 13 182 0.27 0.93 0 0.29 282.6 0.87 0.38
Hex 85 D B6 1B 5D 0 1D 11B 57 26
Octal 205 15 266 33 135 0 35 433 127 46
Binary 10000101 1101 10110110 11011 1011101 0 11101 100011011 1010111 100110

Color Harmonies of #850DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DB6

Black with #850DB6

Text Example


Text Example

White with #850DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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