Html Css Color HEX #8119ED Blue Violet

📋 copy color: '#8119ED'

red 129 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #8119ED

Tints of Blue Violet #8119ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.61%

R = 32.99%
G = 6.39%
B = 60.61%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8119ED (or 0x8119ED) is known color: Blue Violet. HEX triplet: 81, 19 and ED. RGB value is (129,25,237). Sum of RGB (Red+Green+Blue) = 129+25+237=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #8119ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8119ED is #7EE612. Grayscale: #4F4F4F. Windows color (decimal): -8316435 or 15538561. OLE color: 15538561.

HSL color Cylindrical-coordinate representation of color #8119ED: hue angle of 269.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8119ED is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 25 237 -
CMYK 0.46 0.89 0 0.07
HSL 269.43º 0.85% 0.51% -
HSV(B) 269.43º 0.89% 0.93% -
XYZ 24.69 11.48 81.03 -
YUV 80.26 216.46 162.76 -
System Red Green Blue C M Y K H S L
Decimal 129 25 237 0.46 0.89 0 0.07 269.43 0.85 0.51
Hex 81 19 ED 2E 59 0 7 10D 55 33
Octal 201 31 355 56 131 0 7 415 125 63
Binary 10000001 11001 11101101 101110 1011001 0 111 100001101 1010101 110011

Color Harmonies of #8119ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8119ED

Black with #8119ED

Text Example


Text Example

White with #8119ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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