Html Css Color HEX #8705CC Dark Violet

📋 copy color: '#8705CC'

red 135 ◦ green 5 ◦ blue 204

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

Shades of Dark Violet #8705CC

Tints of Dark Violet #8705CC

RGB

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

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

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

R = 39.24%
G = 1.45%
B = 59.3%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8705CC (or 0x8705CC) is known color: Dark Violet. HEX triplet: 87, 05 and CC. RGB value is (135,5,204). Sum of RGB (Red+Green+Blue) = 135+5+204=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #8705CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705CC is #78FA33. Grayscale: #414141. Windows color (decimal): -7928372 or 13370759. OLE color: 13370759.

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

Color convert

RGB 135 5 204 -
CMYK 0.34 0.98 0 0.2
HSL 279.2º 0.95% 0.41% -
HSV(B) 279.2º 0.98% 0.8% -
XYZ 20.95 9.62 57.88 -
YUV 66.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 135 5 204 0.34 0.98 0 0.2 279.2 0.95 0.41
Hex 87 5 CC 22 62 0 14 117 5F 29
Octal 207 5 314 42 142 0 24 427 137 51
Binary 10000111 101 11001100 100010 1100010 0 10100 100010111 1011111 101001

Color Harmonies of #8705CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8705CC

Black with #8705CC

Text Example


Text Example

White with #8705CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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