Html Css Color HEX #801ECB Blue Violet

📋 copy color: '#801ECB'

red 128 ◦ green 30 ◦ blue 203

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

Shades of Blue Violet #801ECB

Tints of Blue Violet #801ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

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

R = 35.46%
G = 8.31%
B = 56.23%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#801ECB (or 0x801ECB) is known color: Blue Violet. HEX triplet: 80, 1E and CB. RGB value is (128,30,203). Sum of RGB (Red+Green+Blue) = 128+30+203=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #801ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ECB is #7FE134. Grayscale: #4E4E4E. Windows color (decimal): -8380725 or 13311616. OLE color: 13311616.

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

Color convert

RGB 128 30 203 -
CMYK 0.37 0.85 0 0.20
HSL 273.99º 0.74% 0.46% -
HSV(B) 273.99º 0.85% 0.8% -
XYZ 20.15 9.83 57.34 -
YUV 79.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 128 30 203 0.37 0.85 0 0.20 273.99 0.74 0.46
Hex 80 1E CB 25 55 0 14 112 4A 2E
Octal 200 36 313 45 125 0 24 422 112 56
Binary 10000000 11110 11001011 100101 1010101 0 10100 100010010 1001010 101110

Color Harmonies of #801ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801ECB

Black with #801ECB

Text Example


Text Example

White with #801ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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