Html Css Color HEX #8708BC Dark Violet

📋 copy color: '#8708BC'

red 135 ◦ green 8 ◦ blue 188

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

Shades of Dark Violet #8708BC

Tints of Dark Violet #8708BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 40.79%
G = 2.42%
B = 56.8%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8708BC (or 0x8708BC) is known color: Dark Violet. HEX triplet: 87, 08 and BC. RGB value is (135,8,188). Sum of RGB (Red+Green+Blue) = 135+8+188=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #8708BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8708BC is #78F743. Grayscale: #414141. Windows color (decimal): -7927620 or 12322951. OLE color: 12322951.

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

Color convert

RGB 135 8 188 -
CMYK 0.28 0.96 0 0.26
HSL 282.33º 0.92% 0.38% -
HSV(B) 282.33º 0.96% 0.74% -
XYZ 19.16 8.96 48.3 -
YUV 66.49 196.58 176.86 -
System Red Green Blue C M Y K H S L
Decimal 135 8 188 0.28 0.96 0 0.26 282.33 0.92 0.38
Hex 87 8 BC 1C 60 0 1A 11A 5C 26
Octal 207 10 274 34 140 0 32 432 134 46
Binary 10000111 1000 10111100 11100 1100000 0 11010 100011010 1011100 100110

Color Harmonies of #8708BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8708BC

Black with #8708BC

Text Example


Text Example

White with #8708BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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