Html Css Color HEX #8115EB Blue Violet

📋 copy color: '#8115EB'

red 129 ◦ green 21 ◦ blue 235

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

Shades of Blue Violet #8115EB

Tints of Blue Violet #8115EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.45%

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 33.51%
G = 5.45%
B = 61.04%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8115EB (or 0x8115EB) is known color: Blue Violet. HEX triplet: 81, 15 and EB. RGB value is (129,21,235). Sum of RGB (Red+Green+Blue) = 129+21+235=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #8115EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8115EB is #7EEA14. Grayscale: #4C4C4C. Windows color (decimal): -8317461 or 15406465. OLE color: 15406465.

HSL color Cylindrical-coordinate representation of color #8115EB: hue angle of 270.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8115EB is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 21 235 -
CMYK 0.45 0.91 0 0.08
HSL 270.28º 0.84% 0.5% -
HSV(B) 270.28º 0.91% 0.92% -
XYZ 24.32 11.2 79.48 -
YUV 77.69 216.78 164.6 -
System Red Green Blue C M Y K H S L
Decimal 129 21 235 0.45 0.91 0 0.08 270.28 0.84 0.5
Hex 81 15 EB 2D 5B 0 8 10E 54 32
Octal 201 25 353 55 133 0 10 416 124 62
Binary 10000001 10101 11101011 101101 1011011 0 1000 100001110 1010100 110010

Color Harmonies of #8115EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8115EB

Black with #8115EB

Text Example


Text Example

White with #8115EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8115EB; }

 p { color: rgb(129,21,235); }

 H1.HeaderClassName
 {
   color: #8115EB;
 }
 .AnyTagClassName
 {
   color: #8115EB;
 }
</style>

background-color css

<style>
 a { background-color: #8115EB; }

 a { background-color: rgb(129,21,235); }

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

border-color css

<style>
 span { border-color: #8115EB; }

 span { border-color: rgb(129,21,235); }

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