Html Css Color HEX #8115D8 Blue Violet

📋 copy color: '#8115D8'

red 129 ◦ green 21 ◦ blue 216

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

Shades of Blue Violet #8115D8

Tints of Blue Violet #8115D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 35.25%
G = 5.74%
B = 59.02%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8115D8 (or 0x8115D8) is known color: Blue Violet. HEX triplet: 81, 15 and D8. RGB value is (129,21,216). Sum of RGB (Red+Green+Blue) = 129+21+216=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #8115D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115D8 is #7EEA27. Grayscale: #4A4A4A. Windows color (decimal): -8317480 or 14161281. OLE color: 14161281.

HSL color Cylindrical-coordinate representation of color #8115D8: hue angle of 273.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8115D8 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 21 216 -
CMYK 0.40 0.90 0 0.15
HSL 273.23º 0.82% 0.46% -
HSV(B) 273.23º 0.9% 0.85% -
XYZ 21.72 10.16 65.78 -
YUV 75.52 207.28 166.14 -
System Red Green Blue C M Y K H S L
Decimal 129 21 216 0.40 0.90 0 0.15 273.23 0.82 0.46
Hex 81 15 D8 28 5A 0 F 111 52 2E
Octal 201 25 330 50 132 0 17 421 122 56
Binary 10000001 10101 11011000 101000 1011010 0 1111 100010001 1010010 101110

Color Harmonies of #8115D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8115D8

Black with #8115D8

Text Example


Text Example

White with #8115D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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