Html Css Color HEX #850FDB Dark Violet

📋 copy color: '#850FDB'

red 133 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #850FDB

Tints of Dark Violet #850FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 36.24%
G = 4.09%
B = 59.67%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#850FDB (or 0x850FDB) is known color: Dark Violet. HEX triplet: 85, 0F and DB. RGB value is (133,15,219). Sum of RGB (Red+Green+Blue) = 133+15+219=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #850FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FDB is #7AF024. Grayscale: #484848. Windows color (decimal): -8056869 or 14356357. OLE color: 14356357.

HSL color Cylindrical-coordinate representation of color #850FDB: hue angle of 274.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FDB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 15 219 -
CMYK 0.39 0.93 0 0.14
HSL 274.71º 0.87% 0.46% -
HSV(B) 274.71º 0.93% 0.86% -
XYZ 22.63 10.44 67.84 -
YUV 73.54 210.09 170.41 -
System Red Green Blue C M Y K H S L
Decimal 133 15 219 0.39 0.93 0 0.14 274.71 0.87 0.46
Hex 85 F DB 27 5D 0 E 113 57 2E
Octal 205 17 333 47 135 0 16 423 127 56
Binary 10000101 1111 11011011 100111 1011101 0 1110 100010011 1010111 101110

Color Harmonies of #850FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FDB

Black with #850FDB

Text Example


Text Example

White with #850FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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