Html Css Color HEX #8019CA Blue Violet

📋 copy color: '#8019CA'

red 128 ◦ green 25 ◦ blue 202

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

Shades of Blue Violet #8019CA

Tints of Blue Violet #8019CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

 BLUE value IS 202 (79.3% from 255) = 56.9%

R = 36.06%
G = 7.04%
B = 56.9%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8019CA (or 0x8019CA) is known color: Blue Violet. HEX triplet: 80, 19 and CA. RGB value is (128,25,202). Sum of RGB (Red+Green+Blue) = 128+25+202=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #8019CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019CA is #7FE635. Grayscale: #4B4B4B. Windows color (decimal): -8382006 or 13244800. OLE color: 13244800.

HSL color Cylindrical-coordinate representation of color #8019CA: hue angle of 274.92º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8019CA is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 25 202 -
CMYK 0.37 0.88 0 0.21
HSL 274.92º 0.78% 0.45% -
HSV(B) 274.92º 0.88% 0.79% -
XYZ 19.91 9.55 56.67 -
YUV 75.98 199.12 165.11 -
System Red Green Blue C M Y K H S L
Decimal 128 25 202 0.37 0.88 0 0.21 274.92 0.78 0.45
Hex 80 19 CA 25 58 0 15 113 4E 2D
Octal 200 31 312 45 130 0 25 423 116 55
Binary 10000000 11001 11001010 100101 1011000 0 10101 100010011 1001110 101101

Color Harmonies of #8019CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019CA

Black with #8019CA

Text Example


Text Example

White with #8019CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8019CA; }

 p { color: rgb(128,25,202); }

 H1.HeaderClassName
 {
   color: #8019CA;
 }
 .AnyTagClassName
 {
   color: #8019CA;
 }
</style>

background-color css

<style>
 a { background-color: #8019CA; }

 a { background-color: rgb(128,25,202); }

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

border-color css

<style>
 span { border-color: #8019CA; }

 span { border-color: rgb(128,25,202); }

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