Html Css Color HEX #8706DB Dark Violet

📋 copy color: '#8706DB'

red 135 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #8706DB

Tints of Dark Violet #8706DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 37.5%
G = 1.67%
B = 60.83%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8706DB (or 0x8706DB) is known color: Dark Violet. HEX triplet: 87, 06 and DB. RGB value is (135,6,219). Sum of RGB (Red+Green+Blue) = 135+6+219=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #8706DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8706DB is #78F924. Grayscale: #444444. Windows color (decimal): -7928101 or 14354055. OLE color: 14354055.

HSL color Cylindrical-coordinate representation of color #8706DB: hue angle of 276.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8706DB is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 6 219 -
CMYK 0.38 0.97 0 0.14
HSL 276.34º 0.95% 0.44% -
HSV(B) 276.34º 0.97% 0.86% -
XYZ 22.84 10.4 67.82 -
YUV 68.85 212.74 175.18 -
System Red Green Blue C M Y K H S L
Decimal 135 6 219 0.38 0.97 0 0.14 276.34 0.95 0.44
Hex 87 6 DB 26 61 0 E 114 5F 2C
Octal 207 6 333 46 141 0 16 424 137 54
Binary 10000111 110 11011011 100110 1100001 0 1110 100010100 1011111 101100

Color Harmonies of #8706DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8706DB

Black with #8706DB

Text Example


Text Example

White with #8706DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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