Html Css Color HEX #801CEB Blue Violet

📋 copy color: '#801CEB'

red 128 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #801CEB

Tints of Blue Violet #801CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.16%

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 32.74%
G = 7.16%
B = 60.1%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#801CEB (or 0x801CEB) is known color: Blue Violet. HEX triplet: 80, 1C and EB. RGB value is (128,28,235). Sum of RGB (Red+Green+Blue) = 128+28+235=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #801CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801CEB is #7FE314. Grayscale: #505050. Windows color (decimal): -8381205 or 15408256. OLE color: 15408256.

HSL color Cylindrical-coordinate representation of color #801CEB: hue angle of 268.99º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801CEB is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 28 235 -
CMYK 0.46 0.88 0 0.08
HSL 268.99º 0.84% 0.52% -
HSV(B) 268.99º 0.88% 0.92% -
XYZ 24.31 11.42 79.52 -
YUV 81.5 214.63 161.17 -
System Red Green Blue C M Y K H S L
Decimal 128 28 235 0.46 0.88 0 0.08 268.99 0.84 0.52
Hex 80 1C EB 2E 58 0 8 10D 54 34
Octal 200 34 353 56 130 0 10 415 124 64
Binary 10000000 11100 11101011 101110 1011000 0 1000 100001101 1010100 110100

Color Harmonies of #801CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801CEB

Black with #801CEB

Text Example


Text Example

White with #801CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,28,235); }

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

background-color css

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

 a { background-color: rgb(128,28,235); }

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

border-color css

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

 span { border-color: rgb(128,28,235); }

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