Html Css Color HEX #8704DB Dark Violet

📋 copy color: '#8704DB'

red 135 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #8704DB

Tints of Dark Violet #8704DB

RGB

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

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

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

R = 37.71%
G = 1.12%
B = 61.17%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8704DB (or 0x8704DB) is known color: Dark Violet. HEX triplet: 87, 04 and DB. RGB value is (135,4,219). Sum of RGB (Red+Green+Blue) = 135+4+219=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #8704DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8704DB is #78FB24. Grayscale: #424242. Windows color (decimal): -7928613 or 14353543. OLE color: 14353543.

HSL color Cylindrical-coordinate representation of color #8704DB: hue angle of 276.56º 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 #8704DB is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 4 219 -
CMYK 0.38 0.98 0 0.14
HSL 276.56º 0.96% 0.44% -
HSV(B) 276.56º 0.98% 0.86% -
XYZ 22.82 10.35 67.81 -
YUV 67.68 213.4 176.02 -
System Red Green Blue C M Y K H S L
Decimal 135 4 219 0.38 0.98 0 0.14 276.56 0.96 0.44
Hex 87 4 DB 26 62 0 E 115 60 2C
Octal 207 4 333 46 142 0 16 425 140 54
Binary 10000111 100 11011011 100110 1100010 0 1110 100010101 1100000 101100

Color Harmonies of #8704DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8704DB

Black with #8704DB

Text Example


Text Example

White with #8704DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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