Html Css Color HEX #8118EE Blue Violet

📋 copy color: '#8118EE'

red 129 ◦ green 24 ◦ blue 238

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

Shades of Blue Violet #8118EE

Tints of Blue Violet #8118EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.14%

 BLUE value IS 238 (93.36% from 255) = 60.87%

R = 32.99%
G = 6.14%
B = 60.87%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8118EE (or 0x8118EE) is known color: Blue Violet. HEX triplet: 81, 18 and EE. RGB value is (129,24,238). Sum of RGB (Red+Green+Blue) = 129+24+238=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #8118EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8118EE is #7EE711. Grayscale: #4F4F4F. Windows color (decimal): -8316690 or 15603841. OLE color: 15603841.

HSL color Cylindrical-coordinate representation of color #8118EE: hue angle of 269.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8118EE is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 24 238 -
CMYK 0.46 0.90 0 0.07
HSL 269.44º 0.86% 0.51% -
HSV(B) 269.44º 0.9% 0.93% -
XYZ 24.81 11.49 81.8 -
YUV 79.79 217.29 163.1 -
System Red Green Blue C M Y K H S L
Decimal 129 24 238 0.46 0.90 0 0.07 269.44 0.86 0.51
Hex 81 18 EE 2E 5A 0 7 10D 56 33
Octal 201 30 356 56 132 0 7 415 126 63
Binary 10000001 11000 11101110 101110 1011010 0 111 100001101 1010110 110011

Color Harmonies of #8118EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8118EE

Black with #8118EE

Text Example


Text Example

White with #8118EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8118EE; }

 p { color: rgb(129,24,238); }

 H1.HeaderClassName
 {
   color: #8118EE;
 }
 .AnyTagClassName
 {
   color: #8118EE;
 }
</style>

background-color css

<style>
 a { background-color: #8118EE; }

 a { background-color: rgb(129,24,238); }

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

border-color css

<style>
 span { border-color: #8118EE; }

 span { border-color: rgb(129,24,238); }

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