Html Css Color HEX #8706BA Dark Violet

📋 copy color: '#8706BA'

red 135 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #8706BA

Tints of Dark Violet #8706BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 41.28%
G = 1.83%
B = 56.88%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8706BA (or 0x8706BA) is known color: Dark Violet. HEX triplet: 87, 06 and BA. RGB value is (135,6,186). Sum of RGB (Red+Green+Blue) = 135+6+186=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #8706BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8706BA is #78F945. Grayscale: #404040. Windows color (decimal): -7928134 or 12191367. OLE color: 12191367.

HSL color Cylindrical-coordinate representation of color #8706BA: hue angle of 283º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8706BA is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 6 186 -
CMYK 0.27 0.97 0 0.27
HSL 283º 0.94% 0.38% -
HSV(B) 283º 0.97% 0.73% -
XYZ 18.92 8.83 47.16 -
YUV 65.09 196.24 177.86 -
System Red Green Blue C M Y K H S L
Decimal 135 6 186 0.27 0.97 0 0.27 283 0.94 0.38
Hex 87 6 BA 1B 61 0 1B 11B 5E 26
Octal 207 6 272 33 141 0 33 433 136 46
Binary 10000111 110 10111010 11011 1100001 0 11011 100011011 1011110 100110

Color Harmonies of #8706BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8706BA

Black with #8706BA

Text Example


Text Example

White with #8706BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8706BA; }

 p { color: rgb(135,6,186); }

 H1.HeaderClassName
 {
   color: #8706BA;
 }
 .AnyTagClassName
 {
   color: #8706BA;
 }
</style>

background-color css

<style>
 a { background-color: #8706BA; }

 a { background-color: rgb(135,6,186); }

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

border-color css

<style>
 span { border-color: #8706BA; }

 span { border-color: rgb(135,6,186); }

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