Html Css Color HEX #8705DC Dark Violet

📋 copy color: '#8705DC'

red 135 ◦ green 5 ◦ blue 220

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

Shades of Dark Violet #8705DC

Tints of Dark Violet #8705DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 37.5%
G = 1.39%
B = 61.11%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8705DC (or 0x8705DC) is known color: Dark Violet. HEX triplet: 87, 05 and DC. RGB value is (135,5,220). Sum of RGB (Red+Green+Blue) = 135+5+220=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #8705DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705DC is #78FA23. Grayscale: #434343. Windows color (decimal): -7928356 or 14419335. OLE color: 14419335.

HSL color Cylindrical-coordinate representation of color #8705DC: hue angle of 276.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705DC is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 5 220 -
CMYK 0.39 0.98 0 0.14
HSL 276.28º 0.96% 0.44% -
HSV(B) 276.28º 0.98% 0.86% -
XYZ 22.96 10.43 68.51 -
YUV 68.38 213.57 175.52 -
System Red Green Blue C M Y K H S L
Decimal 135 5 220 0.39 0.98 0 0.14 276.28 0.96 0.44
Hex 87 5 DC 27 62 0 E 114 60 2C
Octal 207 5 334 47 142 0 16 424 140 54
Binary 10000111 101 11011100 100111 1100010 0 1110 100010100 1100000 101100

Color Harmonies of #8705DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8705DC

Black with #8705DC

Text Example


Text Example

White with #8705DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8705DC; }

 p { color: rgb(135,5,220); }

 H1.HeaderClassName
 {
   color: #8705DC;
 }
 .AnyTagClassName
 {
   color: #8705DC;
 }
</style>

background-color css

<style>
 a { background-color: #8705DC; }

 a { background-color: rgb(135,5,220); }

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

border-color css

<style>
 span { border-color: #8705DC; }

 span { border-color: rgb(135,5,220); }

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