Html Css Color HEX #8116CC Dark Violet

📋 copy color: '#8116CC'

red 129 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #8116CC

Tints of Dark Violet #8116CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.2%

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 36.34%
G = 6.2%
B = 57.46%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8116CC (or 0x8116CC) is known color: Dark Violet. HEX triplet: 81, 16 and CC. RGB value is (129,22,204). Sum of RGB (Red+Green+Blue) = 129+22+204=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #8116CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8116CC is #7EE933. Grayscale: #4A4A4A. Windows color (decimal): -8317236 or 13375105. OLE color: 13375105.

HSL color Cylindrical-coordinate representation of color #8116CC: hue angle of 275.27º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8116CC is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 22 204 -
CMYK 0.37 0.89 0 0.2
HSL 275.27º 0.81% 0.44% -
HSV(B) 275.27º 0.89% 0.8% -
XYZ 20.24 9.6 57.91 -
YUV 74.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 129 22 204 0.37 0.89 0 0.2 275.27 0.81 0.44
Hex 81 16 CC 25 59 0 14 113 51 2C
Octal 201 26 314 45 131 0 24 423 121 54
Binary 10000001 10110 11001100 100101 1011001 0 10100 100010011 1010001 101100

Color Harmonies of #8116CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8116CC

Black with #8116CC

Text Example


Text Example

White with #8116CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8116CC; }

 p { color: rgb(129,22,204); }

 H1.HeaderClassName
 {
   color: #8116CC;
 }
 .AnyTagClassName
 {
   color: #8116CC;
 }
</style>

background-color css

<style>
 a { background-color: #8116CC; }

 a { background-color: rgb(129,22,204); }

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

border-color css

<style>
 span { border-color: #8116CC; }

 span { border-color: rgb(129,22,204); }

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