Html Css Color HEX #8708CC Dark Violet

📋 copy color: '#8708CC'

red 135 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #8708CC

Tints of Dark Violet #8708CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 38.9%
G = 2.31%
B = 58.79%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8708CC (or 0x8708CC) is known color: Dark Violet. HEX triplet: 87, 08 and CC. RGB value is (135,8,204). Sum of RGB (Red+Green+Blue) = 135+8+204=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #8708CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8708CC is #78F733. Grayscale: #434343. Windows color (decimal): -7927604 or 13371527. OLE color: 13371527.

HSL color Cylindrical-coordinate representation of color #8708CC: hue angle of 278.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8708CC is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 8 204 -
CMYK 0.34 0.96 0 0.2
HSL 278.88º 0.92% 0.42% -
HSV(B) 278.88º 0.96% 0.8% -
XYZ 20.98 9.68 57.89 -
YUV 68.32 204.58 175.56 -
System Red Green Blue C M Y K H S L
Decimal 135 8 204 0.34 0.96 0 0.2 278.88 0.92 0.42
Hex 87 8 CC 22 60 0 14 117 5C 2A
Octal 207 10 314 42 140 0 24 427 134 52
Binary 10000111 1000 11001100 100010 1100000 0 10100 100010111 1011100 101010

Color Harmonies of #8708CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8708CC

Black with #8708CC

Text Example


Text Example

White with #8708CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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