Html Css Color HEX #851DDB Blue Violet

📋 copy color: '#851DDB'

red 133 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #851DDB

Tints of Blue Violet #851DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.61%

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

R = 34.91%
G = 7.61%
B = 57.48%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#851DDB (or 0x851DDB) is known color: Blue Violet. HEX triplet: 85, 1D and DB. RGB value is (133,29,219). Sum of RGB (Red+Green+Blue) = 133+29+219=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #851DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DDB is #7AE224. Grayscale: #515151. Windows color (decimal): -8053285 or 14359941. OLE color: 14359941.

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

Color convert

RGB 133 29 219 -
CMYK 0.39 0.87 0 0.14
HSL 272.84º 0.77% 0.49% -
HSV(B) 272.84º 0.87% 0.86% -
XYZ 22.9 10.98 67.93 -
YUV 81.76 205.46 164.55 -
System Red Green Blue C M Y K H S L
Decimal 133 29 219 0.39 0.87 0 0.14 272.84 0.77 0.49
Hex 85 1D DB 27 57 0 E 111 4D 31
Octal 205 35 333 47 127 0 16 421 115 61
Binary 10000101 11101 11011011 100111 1010111 0 1110 100010001 1001101 110001

Color Harmonies of #851DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DDB

Black with #851DDB

Text Example


Text Example

White with #851DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851DDB; }

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

 H1.HeaderClassName
 {
   color: #851DDB;
 }
 .AnyTagClassName
 {
   color: #851DDB;
 }
</style>

background-color css

<style>
 a { background-color: #851DDB; }

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

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

border-color css

<style>
 span { border-color: #851DDB; }

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

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