Html Css Color HEX #851BDB Blue Violet

📋 copy color: '#851BDB'

red 133 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #851BDB

Tints of Blue Violet #851BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.12%

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

R = 35.09%
G = 7.12%
B = 57.78%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#851BDB (or 0x851BDB) is known color: Blue Violet. HEX triplet: 85, 1B and DB. RGB value is (133,27,219). Sum of RGB (Red+Green+Blue) = 133+27+219=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #851BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BDB is #7AE424. Grayscale: #4F4F4F. Windows color (decimal): -8053797 or 14359429. OLE color: 14359429.

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

Color convert

RGB 133 27 219 -
CMYK 0.39 0.88 0 0.14
HSL 273.13º 0.78% 0.48% -
HSV(B) 273.13º 0.88% 0.86% -
XYZ 22.85 10.88 67.91 -
YUV 80.58 206.12 165.39 -
System Red Green Blue C M Y K H S L
Decimal 133 27 219 0.39 0.88 0 0.14 273.13 0.78 0.48
Hex 85 1B DB 27 58 0 E 111 4E 30
Octal 205 33 333 47 130 0 16 421 116 60
Binary 10000101 11011 11011011 100111 1011000 0 1110 100010001 1001110 110000

Color Harmonies of #851BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BDB

Black with #851BDB

Text Example


Text Example

White with #851BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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