Html Css Color HEX #801ECF Blue Violet

📋 copy color: '#801ECF'

red 128 ◦ green 30 ◦ blue 207

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

Shades of Blue Violet #801ECF

Tints of Blue Violet #801ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 35.07%
G = 8.22%
B = 56.71%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#801ECF (or 0x801ECF) is known color: Blue Violet. HEX triplet: 80, 1E and CF. RGB value is (128,30,207). Sum of RGB (Red+Green+Blue) = 128+30+207=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #801ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ECF is #7FE130. Grayscale: #4E4E4E. Windows color (decimal): -8380721 or 13573760. OLE color: 13573760.

HSL color Cylindrical-coordinate representation of color #801ECF: hue angle of 273.22º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801ECF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 30 207 -
CMYK 0.38 0.86 0 0.19
HSL 273.22º 0.75% 0.46% -
HSV(B) 273.22º 0.86% 0.81% -
XYZ 20.63 10.02 59.88 -
YUV 79.48 199.97 162.61 -
System Red Green Blue C M Y K H S L
Decimal 128 30 207 0.38 0.86 0 0.19 273.22 0.75 0.46
Hex 80 1E CF 26 56 0 13 111 4B 2E
Octal 200 36 317 46 126 0 23 421 113 56
Binary 10000000 11110 11001111 100110 1010110 0 10011 100010001 1001011 101110

Color Harmonies of #801ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801ECF

Black with #801ECF

Text Example


Text Example

White with #801ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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