Html Css Color HEX #801ECC Blue Violet

📋 copy color: '#801ECC'

red 128 ◦ green 30 ◦ blue 204

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

Shades of Blue Violet #801ECC

Tints of Blue Violet #801ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 35.36%
G = 8.29%
B = 56.35%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#801ECC (or 0x801ECC) is known color: Blue Violet. HEX triplet: 80, 1E and CC. RGB value is (128,30,204). Sum of RGB (Red+Green+Blue) = 128+30+204=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #801ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ECC is #7FE133. Grayscale: #4E4E4E. Windows color (decimal): -8380724 or 13377152. OLE color: 13377152.

HSL color Cylindrical-coordinate representation of color #801ECC: hue angle of 273.79º 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 #801ECC is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 30 204 -
CMYK 0.37 0.85 0 0.2
HSL 273.79º 0.74% 0.46% -
HSV(B) 273.79º 0.85% 0.8% -
XYZ 20.27 9.88 57.97 -
YUV 79.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 128 30 204 0.37 0.85 0 0.2 273.79 0.74 0.46
Hex 80 1E CC 25 55 0 14 112 4A 2E
Octal 200 36 314 45 125 0 24 422 112 56
Binary 10000000 11110 11001100 100101 1010101 0 10100 100010010 1001010 101110

Color Harmonies of #801ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801ECC

Black with #801ECC

Text Example


Text Example

White with #801ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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