Html Css Color HEX #8716BD Dark Violet

📋 copy color: '#8716BD'

red 135 ◦ green 22 ◦ blue 189

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

Shades of Dark Violet #8716BD

Tints of Dark Violet #8716BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 39.02%
G = 6.36%
B = 54.62%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8716BD (or 0x8716BD) is known color: Dark Violet. HEX triplet: 87, 16 and BD. RGB value is (135,22,189). Sum of RGB (Red+Green+Blue) = 135+22+189=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #8716BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716BD is #78E942. Grayscale: #4A4A4A. Windows color (decimal): -7924035 or 12392071. OLE color: 12392071.

HSL color Cylindrical-coordinate representation of color #8716BD: hue angle of 280.6º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8716BD is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 22 189 -
CMYK 0.29 0.88 0 0.26
HSL 280.6º 0.79% 0.41% -
HSV(B) 280.6º 0.88% 0.74% -
XYZ 19.46 9.4 48.93 -
YUV 74.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 135 22 189 0.29 0.88 0 0.26 280.6 0.79 0.41
Hex 87 16 BD 1D 58 0 1A 119 4F 29
Octal 207 26 275 35 130 0 32 431 117 51
Binary 10000111 10110 10111101 11101 1011000 0 11010 100011001 1001111 101001

Color Harmonies of #8716BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8716BD

Black with #8716BD

Text Example


Text Example

White with #8716BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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