Html Css Color HEX #8019CF Blue Violet

📋 copy color: '#8019CF'

red 128 ◦ green 25 ◦ blue 207

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

Shades of Blue Violet #8019CF

Tints of Blue Violet #8019CF

RGB

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

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

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

R = 35.56%
G = 6.94%
B = 57.5%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8019CF (or 0x8019CF) is known color: Blue Violet. HEX triplet: 80, 19 and CF. RGB value is (128,25,207). Sum of RGB (Red+Green+Blue) = 128+25+207=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #8019CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019CF is #7FE630. Grayscale: #4B4B4B. Windows color (decimal): -8382001 or 13572480. OLE color: 13572480.

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

Color convert

RGB 128 25 207 -
CMYK 0.38 0.88 0 0.19
HSL 273.96º 0.78% 0.45% -
HSV(B) 273.96º 0.88% 0.81% -
XYZ 20.51 9.79 59.84 -
YUV 76.55 201.62 164.7 -
System Red Green Blue C M Y K H S L
Decimal 128 25 207 0.38 0.88 0 0.19 273.96 0.78 0.45
Hex 80 19 CF 26 58 0 13 112 4E 2D
Octal 200 31 317 46 130 0 23 422 116 55
Binary 10000000 11001 11001111 100110 1011000 0 10011 100010010 1001110 101101

Color Harmonies of #8019CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019CF

Black with #8019CF

Text Example


Text Example

White with #8019CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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