Html Css Color HEX #850DB3 Dark Violet

📋 copy color: '#850DB3'

red 133 ◦ green 13 ◦ blue 179

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

Shades of Dark Violet #850DB3

Tints of Dark Violet #850DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.08%

R = 40.92%
G = 4%
B = 55.08%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#850DB3 (or 0x850DB3) is known color: Dark Violet. HEX triplet: 85, 0D and B3. RGB value is (133,13,179). Sum of RGB (Red+Green+Blue) = 133+13+179=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #850DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DB3 is #7AF24C. Grayscale: #434343. Windows color (decimal): -8057421 or 11734405. OLE color: 11734405.

HSL color Cylindrical-coordinate representation of color #850DB3: hue angle of 283.37º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850DB3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 13 179 -
CMYK 0.26 0.93 0 0.30
HSL 283.37º 0.86% 0.38% -
HSV(B) 283.37º 0.93% 0.7% -
XYZ 17.95 8.53 43.35 -
YUV 67.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 133 13 179 0.26 0.93 0 0.30 283.37 0.86 0.38
Hex 85 D B3 1A 5D 0 1E 11B 56 26
Octal 205 15 263 32 135 0 36 433 126 46
Binary 10000101 1101 10110011 11010 1011101 0 11110 100011011 1010110 100110

Color Harmonies of #850DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DB3

Black with #850DB3

Text Example


Text Example

White with #850DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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