Html Css Color HEX #801BCB Blue Violet

📋 copy color: '#801BCB'

red 128 ◦ green 27 ◦ blue 203

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

Shades of Blue Violet #801BCB

Tints of Blue Violet #801BCB

RGB

 RED value IS 128 (50.39% from 255) = 35.75%

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

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 35.75%
G = 7.54%
B = 56.7%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#801BCB (or 0x801BCB) is known color: Blue Violet. HEX triplet: 80, 1B and CB. RGB value is (128,27,203). Sum of RGB (Red+Green+Blue) = 128+27+203=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #801BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BCB is #7FE434. Grayscale: #4C4C4C. Windows color (decimal): -8381493 or 13310848. OLE color: 13310848.

HSL color Cylindrical-coordinate representation of color #801BCB: hue angle of 274.43º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801BCB is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 27 203 -
CMYK 0.37 0.87 0 0.20
HSL 274.43º 0.77% 0.45% -
HSV(B) 274.43º 0.87% 0.8% -
XYZ 20.07 9.68 57.31 -
YUV 77.26 198.96 164.19 -
System Red Green Blue C M Y K H S L
Decimal 128 27 203 0.37 0.87 0 0.20 274.43 0.77 0.45
Hex 80 1B CB 25 57 0 14 112 4D 2D
Octal 200 33 313 45 127 0 24 422 115 55
Binary 10000000 11011 11001011 100101 1010111 0 10100 100010010 1001101 101101

Color Harmonies of #801BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801BCB

Black with #801BCB

Text Example


Text Example

White with #801BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801BCB; }

 p { color: rgb(128,27,203); }

 H1.HeaderClassName
 {
   color: #801BCB;
 }
 .AnyTagClassName
 {
   color: #801BCB;
 }
</style>

background-color css

<style>
 a { background-color: #801BCB; }

 a { background-color: rgb(128,27,203); }

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

border-color css

<style>
 span { border-color: #801BCB; }

 span { border-color: rgb(128,27,203); }

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