Html Css Color HEX #8716BB Dark Violet

📋 copy color: '#8716BB'

red 135 ◦ green 22 ◦ blue 187

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

Shades of Dark Violet #8716BB

Tints of Dark Violet #8716BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 39.24%
G = 6.4%
B = 54.36%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8716BB (or 0x8716BB) is known color: Dark Violet. HEX triplet: 87, 16 and BB. RGB value is (135,22,187). Sum of RGB (Red+Green+Blue) = 135+22+187=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #8716BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716BB is #78E944. Grayscale: #4A4A4A. Windows color (decimal): -7924037 or 12260999. OLE color: 12260999.

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

Color convert

RGB 135 22 187 -
CMYK 0.28 0.88 0 0.27
HSL 281.09º 0.79% 0.41% -
HSV(B) 281.09º 0.88% 0.73% -
XYZ 19.25 9.31 47.8 -
YUV 74.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 135 22 187 0.28 0.88 0 0.27 281.09 0.79 0.41
Hex 87 16 BB 1C 58 0 1B 119 4F 29
Octal 207 26 273 34 130 0 33 431 117 51
Binary 10000111 10110 10111011 11100 1011000 0 11011 100011001 1001111 101001

Color Harmonies of #8716BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8716BB

Black with #8716BB

Text Example


Text Example

White with #8716BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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