Html Css Color HEX #8119E0 Blue Violet

📋 copy color: '#8119E0'

red 129 ◦ green 25 ◦ blue 224

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

Shades of Blue Violet #8119E0

Tints of Blue Violet #8119E0

RGB

 RED value IS 129 (50.78% from 255) = 34.13%

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

 BLUE value IS 224 (87.89% from 255) = 59.26%

R = 34.13%
G = 6.61%
B = 59.26%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8119E0 (or 0x8119E0) is known color: Blue Violet. HEX triplet: 81, 19 and E0. RGB value is (129,25,224). Sum of RGB (Red+Green+Blue) = 129+25+224=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #8119E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119E0 is #7EE61F. Grayscale: #4E4E4E. Windows color (decimal): -8316448 or 14686593. OLE color: 14686593.

HSL color Cylindrical-coordinate representation of color #8119E0: hue angle of 271.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8119E0 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 25 224 -
CMYK 0.42 0.89 0 0.12
HSL 271.36º 0.8% 0.49% -
HSV(B) 271.36º 0.89% 0.88% -
XYZ 22.86 10.74 71.39 -
YUV 78.78 209.96 163.82 -
System Red Green Blue C M Y K H S L
Decimal 129 25 224 0.42 0.89 0 0.12 271.36 0.8 0.49
Hex 81 19 E0 2A 59 0 C 10F 50 31
Octal 201 31 340 52 131 0 14 417 120 61
Binary 10000001 11001 11100000 101010 1011001 0 1100 100001111 1010000 110001

Color Harmonies of #8119E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8119E0

Black with #8119E0

Text Example


Text Example

White with #8119E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8119E0; }

 p { color: rgb(129,25,224); }

 H1.HeaderClassName
 {
   color: #8119E0;
 }
 .AnyTagClassName
 {
   color: #8119E0;
 }
</style>

background-color css

<style>
 a { background-color: #8119E0; }

 a { background-color: rgb(129,25,224); }

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

border-color css

<style>
 span { border-color: #8119E0; }

 span { border-color: rgb(129,25,224); }

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