Html Css Color HEX #8117D8 Blue Violet

📋 copy color: '#8117D8'

red 129 ◦ green 23 ◦ blue 216

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

Shades of Blue Violet #8117D8

Tints of Blue Violet #8117D8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.25%

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

R = 35.05%
G = 6.25%
B = 58.7%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8117D8 (or 0x8117D8) is known color: Blue Violet. HEX triplet: 81, 17 and D8. RGB value is (129,23,216). Sum of RGB (Red+Green+Blue) = 129+23+216=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #8117D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117D8 is #7EE827. Grayscale: #4C4C4C. Windows color (decimal): -8316968 or 14161793. OLE color: 14161793.

HSL color Cylindrical-coordinate representation of color #8117D8: hue angle of 272.95º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8117D8 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 23 216 -
CMYK 0.40 0.89 0 0.15
HSL 272.95º 0.81% 0.47% -
HSV(B) 272.95º 0.89% 0.85% -
XYZ 21.75 10.24 65.8 -
YUV 76.7 206.62 165.31 -
System Red Green Blue C M Y K H S L
Decimal 129 23 216 0.40 0.89 0 0.15 272.95 0.81 0.47
Hex 81 17 D8 28 59 0 F 111 51 2F
Octal 201 27 330 50 131 0 17 421 121 57
Binary 10000001 10111 11011000 101000 1011001 0 1111 100010001 1010001 101111

Color Harmonies of #8117D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8117D8

Black with #8117D8

Text Example


Text Example

White with #8117D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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