Html Css Color HEX #8716CF Dark Violet

📋 copy color: '#8716CF'

red 135 ◦ green 22 ◦ blue 207

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

Shades of Dark Violet #8716CF

Tints of Dark Violet #8716CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 37.09%
G = 6.04%
B = 56.87%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8716CF (or 0x8716CF) is known color: Dark Violet. HEX triplet: 87, 16 and CF. RGB value is (135,22,207). Sum of RGB (Red+Green+Blue) = 135+22+207=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #8716CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716CF is #78E930. Grayscale: #4C4C4C. Windows color (decimal): -7924017 or 13571719. OLE color: 13571719.

HSL color Cylindrical-coordinate representation of color #8716CF: hue angle of 276.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8716CF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 22 207 -
CMYK 0.35 0.89 0 0.19
HSL 276.65º 0.81% 0.45% -
HSV(B) 276.65º 0.89% 0.81% -
XYZ 21.54 10.23 59.87 -
YUV 76.88 201.44 169.46 -
System Red Green Blue C M Y K H S L
Decimal 135 22 207 0.35 0.89 0 0.19 276.65 0.81 0.45
Hex 87 16 CF 23 59 0 13 115 51 2D
Octal 207 26 317 43 131 0 23 425 121 55
Binary 10000111 10110 11001111 100011 1011001 0 10011 100010101 1010001 101101

Color Harmonies of #8716CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8716CF

Black with #8716CF

Text Example


Text Example

White with #8716CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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