Html Css Color HEX #8117DD Blue Violet

📋 copy color: '#8117DD'

red 129 ◦ green 23 ◦ blue 221

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

Shades of Blue Violet #8117DD

Tints of Blue Violet #8117DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 34.58%
G = 6.17%
B = 59.25%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8117DD (or 0x8117DD) is known color: Blue Violet. HEX triplet: 81, 17 and DD. RGB value is (129,23,221). Sum of RGB (Red+Green+Blue) = 129+23+221=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #8117DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117DD is #7EE822. Grayscale: #4C4C4C. Windows color (decimal): -8316963 or 14489473. OLE color: 14489473.

HSL color Cylindrical-coordinate representation of color #8117DD: hue angle of 272.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8117DD is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 23 221 -
CMYK 0.42 0.90 0 0.13
HSL 272.12º 0.81% 0.48% -
HSV(B) 272.12º 0.9% 0.87% -
XYZ 22.41 10.5 69.25 -
YUV 77.27 209.12 164.9 -
System Red Green Blue C M Y K H S L
Decimal 129 23 221 0.42 0.90 0 0.13 272.12 0.81 0.48
Hex 81 17 DD 2A 5A 0 D 110 51 30
Octal 201 27 335 52 132 0 15 420 121 60
Binary 10000001 10111 11011101 101010 1011010 0 1101 100010000 1010001 110000

Color Harmonies of #8117DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8117DD

Black with #8117DD

Text Example


Text Example

White with #8117DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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