Html Css Color HEX #8716CC Dark Violet

📋 copy color: '#8716CC'

red 135 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #8716CC

Tints of Dark Violet #8716CC

RGB

 RED value IS 135 (53.13% from 255) = 37.4%

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

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

R = 37.4%
G = 6.09%
B = 56.51%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8716CC (or 0x8716CC) is known color: Dark Violet. HEX triplet: 87, 16 and CC. RGB value is (135,22,204). Sum of RGB (Red+Green+Blue) = 135+22+204=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #8716CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716CC is #78E933. Grayscale: #4B4B4B. Windows color (decimal): -7924020 or 13375111. OLE color: 13375111.

HSL color Cylindrical-coordinate representation of color #8716CC: hue angle of 277.25º 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 #8716CC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 22 204 -
CMYK 0.34 0.89 0 0.2
HSL 277.25º 0.81% 0.44% -
HSV(B) 277.25º 0.89% 0.8% -
XYZ 21.18 10.08 57.96 -
YUV 76.54 199.94 169.7 -
System Red Green Blue C M Y K H S L
Decimal 135 22 204 0.34 0.89 0 0.2 277.25 0.81 0.44
Hex 87 16 CC 22 59 0 14 115 51 2C
Octal 207 26 314 42 131 0 24 425 121 54
Binary 10000111 10110 11001100 100010 1011001 0 10100 100010101 1010001 101100

Color Harmonies of #8716CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8716CC

Black with #8716CC

Text Example


Text Example

White with #8716CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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