Html Css Color HEX #801FCC Blue Violet

📋 copy color: '#801FCC'

red 128 ◦ green 31 ◦ blue 204

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

Shades of Blue Violet #801FCC

Tints of Blue Violet #801FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

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

R = 35.26%
G = 8.54%
B = 56.2%

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

#801FCC (or 0x801FCC) is known color: Blue Violet. HEX triplet: 80, 1F and CC. RGB value is (128,31,204). Sum of RGB (Red+Green+Blue) = 128+31+204=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #801FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FCC is #7FE033. Grayscale: #4F4F4F. Windows color (decimal): -8380468 or 13377408. OLE color: 13377408.

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

Color convert

RGB 128 31 204 -
CMYK 0.37 0.85 0 0.2
HSL 273.64º 0.74% 0.46% -
HSV(B) 273.64º 0.85% 0.8% -
XYZ 20.29 9.93 57.97 -
YUV 79.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 128 31 204 0.37 0.85 0 0.2 273.64 0.74 0.46
Hex 80 1F CC 25 55 0 14 112 4A 2E
Octal 200 37 314 45 125 0 24 422 112 56
Binary 10000000 11111 11001100 100101 1010101 0 10100 100010010 1001010 101110

Color Harmonies of #801FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801FCC

Black with #801FCC

Text Example


Text Example

White with #801FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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