Html Css Color HEX #8504C6 Dark Violet

📋 copy color: '#8504C6'

red 133 ◦ green 4 ◦ blue 198

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

Shades of Dark Violet #8504C6

Tints of Dark Violet #8504C6

RGB

 RED value IS 133 (52.34% from 255) = 39.7%

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

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

R = 39.7%
G = 1.19%
B = 59.1%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8504C6 (or 0x8504C6) is known color: Dark Violet. HEX triplet: 85, 04 and C6. RGB value is (133,4,198). Sum of RGB (Red+Green+Blue) = 133+4+198=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #8504C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8504C6 is #7AFB39. Grayscale: #404040. Windows color (decimal): -8059706 or 12977285. OLE color: 12977285.

HSL color Cylindrical-coordinate representation of color #8504C6: hue angle of 279.9º 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 #8504C6 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 4 198 -
CMYK 0.33 0.98 0 0.22
HSL 279.9º 0.96% 0.4% -
HSV(B) 279.9º 0.98% 0.78% -
XYZ 19.91 9.15 54.14 -
YUV 64.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 133 4 198 0.33 0.98 0 0.22 279.9 0.96 0.4
Hex 85 4 C6 21 62 0 16 118 60 28
Octal 205 4 306 41 142 0 26 430 140 50
Binary 10000101 100 11000110 100001 1100010 0 10110 100011000 1100000 101000

Color Harmonies of #8504C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8504C6

Black with #8504C6

Text Example


Text Example

White with #8504C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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