Html Css Color HEX #850CDB Dark Violet

📋 copy color: '#850CDB'

red 133 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #850CDB

Tints of Dark Violet #850CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.3%

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

R = 36.54%
G = 3.3%
B = 60.16%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#850CDB (or 0x850CDB) is known color: Dark Violet. HEX triplet: 85, 0C and DB. RGB value is (133,12,219). Sum of RGB (Red+Green+Blue) = 133+12+219=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #850CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CDB is #7AF324. Grayscale: #474747. Windows color (decimal): -8057637 or 14355589. OLE color: 14355589.

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

Color convert

RGB 133 12 219 -
CMYK 0.39 0.95 0 0.14
HSL 275.07º 0.9% 0.45% -
HSV(B) 275.07º 0.95% 0.86% -
XYZ 22.59 10.36 67.83 -
YUV 71.78 211.09 171.67 -
System Red Green Blue C M Y K H S L
Decimal 133 12 219 0.39 0.95 0 0.14 275.07 0.9 0.45
Hex 85 C DB 27 5F 0 E 113 5A 2D
Octal 205 14 333 47 137 0 16 423 132 55
Binary 10000101 1100 11011011 100111 1011111 0 1110 100010011 1011010 101101

Color Harmonies of #850CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CDB

Black with #850CDB

Text Example


Text Example

White with #850CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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