Html Css Color HEX #8704C6 Dark Violet

📋 copy color: '#8704C6'

red 135 ◦ green 4 ◦ blue 198

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

Shades of Dark Violet #8704C6

Tints of Dark Violet #8704C6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 198 (77.73% from 255) = 58.75%

R = 40.06%
G = 1.19%
B = 58.75%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8704C6 (or 0x8704C6) is known color: Dark Violet. HEX triplet: 87, 04 and C6. RGB value is (135,4,198). Sum of RGB (Red+Green+Blue) = 135+4+198=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #8704C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8704C6 is #78FB39. Grayscale: #404040. Windows color (decimal): -7928634 or 12977287. OLE color: 12977287.

HSL color Cylindrical-coordinate representation of color #8704C6: hue angle of 280.52º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8704C6 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 4 198 -
CMYK 0.32 0.98 0 0.22
HSL 280.52º 0.96% 0.4% -
HSV(B) 280.52º 0.98% 0.78% -
XYZ 20.23 9.31 54.16 -
YUV 65.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 135 4 198 0.32 0.98 0 0.22 280.52 0.96 0.4
Hex 87 4 C6 20 62 0 16 119 60 28
Octal 207 4 306 40 142 0 26 431 140 50
Binary 10000111 100 11000110 100000 1100010 0 10110 100011001 1100000 101000

Color Harmonies of #8704C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8704C6

Black with #8704C6

Text Example


Text Example

White with #8704C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8704C6; }

 p { color: rgb(135,4,198); }

 H1.HeaderClassName
 {
   color: #8704C6;
 }
 .AnyTagClassName
 {
   color: #8704C6;
 }
</style>

background-color css

<style>
 a { background-color: #8704C6; }

 a { background-color: rgb(135,4,198); }

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

border-color css

<style>
 span { border-color: #8704C6; }

 span { border-color: rgb(135,4,198); }

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