Html Css Color HEX #8518C9 Dark Violet

📋 copy color: '#8518C9'

red 133 ◦ green 24 ◦ blue 201

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

Shades of Dark Violet #8518C9

Tints of Dark Violet #8518C9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

 BLUE value IS 201 (78.91% from 255) = 56.15%

R = 37.15%
G = 6.7%
B = 56.15%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8518C9 (or 0x8518C9) is known color: Dark Violet. HEX triplet: 85, 18 and C9. RGB value is (133,24,201). Sum of RGB (Red+Green+Blue) = 133+24+201=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #8518C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518C9 is #7AE736. Grayscale: #4C4C4C. Windows color (decimal): -8054583 or 13179013. OLE color: 13179013.

HSL color Cylindrical-coordinate representation of color #8518C9: hue angle of 276.95º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8518C9 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 24 201 -
CMYK 0.34 0.88 0 0.21
HSL 276.95º 0.79% 0.44% -
HSV(B) 276.95º 0.88% 0.79% -
XYZ 20.54 9.86 56.08 -
YUV 76.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 133 24 201 0.34 0.88 0 0.21 276.95 0.79 0.44
Hex 85 18 C9 22 58 0 15 115 4F 2C
Octal 205 30 311 42 130 0 25 425 117 54
Binary 10000101 11000 11001001 100010 1011000 0 10101 100010101 1001111 101100

Color Harmonies of #8518C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518C9

Black with #8518C9

Text Example


Text Example

White with #8518C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8518C9; }

 p { color: rgb(133,24,201); }

 H1.HeaderClassName
 {
   color: #8518C9;
 }
 .AnyTagClassName
 {
   color: #8518C9;
 }
</style>

background-color css

<style>
 a { background-color: #8518C9; }

 a { background-color: rgb(133,24,201); }

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

border-color css

<style>
 span { border-color: #8518C9; }

 span { border-color: rgb(133,24,201); }

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