Html Css Color HEX #8706BC Dark Violet

📋 copy color: '#8706BC'

red 135 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #8706BC

Tints of Dark Violet #8706BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 41.03%
G = 1.82%
B = 57.14%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8706BC (or 0x8706BC) is known color: Dark Violet. HEX triplet: 87, 06 and BC. RGB value is (135,6,188). Sum of RGB (Red+Green+Blue) = 135+6+188=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #8706BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8706BC is #78F943. Grayscale: #404040. Windows color (decimal): -7928132 or 12322439. OLE color: 12322439.

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

Color convert

RGB 135 6 188 -
CMYK 0.28 0.97 0 0.26
HSL 282.53º 0.94% 0.38% -
HSV(B) 282.53º 0.97% 0.74% -
XYZ 19.13 8.91 48.29 -
YUV 65.32 197.24 177.7 -
System Red Green Blue C M Y K H S L
Decimal 135 6 188 0.28 0.97 0 0.26 282.53 0.94 0.38
Hex 87 6 BC 1C 61 0 1A 11B 5E 26
Octal 207 6 274 34 141 0 32 433 136 46
Binary 10000111 110 10111100 11100 1100001 0 11010 100011011 1011110 100110

Color Harmonies of #8706BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8706BC

Black with #8706BC

Text Example


Text Example

White with #8706BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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