Html Css Color HEX #9518D5 Dark Violet

📋 copy color: '#9518D5'

red 149 ◦ green 24 ◦ blue 213

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

Shades of Dark Violet #9518D5

Tints of Dark Violet #9518D5

RGB

 RED value IS 149 (58.59% from 255) = 38.6%

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

 BLUE value IS 213 (83.59% from 255) = 55.18%

R = 38.6%
G = 6.22%
B = 55.18%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9518D5 (or 0x9518D5) is known color: Dark Violet. HEX triplet: 95, 18 and D5. RGB value is (149,24,213). Sum of RGB (Red+Green+Blue) = 149+24+213=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #9518D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518D5 is #6AE72A. Grayscale: #525252. Windows color (decimal): -7005995 or 13965461. OLE color: 13965461.

HSL color Cylindrical-coordinate representation of color #9518D5: hue angle of 279.68º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9518D5 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 24 213 -
CMYK 0.30 0.89 0 0.16
HSL 279.68º 0.8% 0.46% -
HSV(B) 279.68º 0.89% 0.84% -
XYZ 24.73 11.85 63.93 -
YUV 82.92 201.41 175.13 -
System Red Green Blue C M Y K H S L
Decimal 149 24 213 0.30 0.89 0 0.16 279.68 0.8 0.46
Hex 95 18 D5 1E 59 0 10 118 50 2E
Octal 225 30 325 36 131 0 20 430 120 56
Binary 10010101 11000 11010101 11110 1011001 0 10000 100011000 1010000 101110

Color Harmonies of #9518D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518D5

Black with #9518D5

Text Example


Text Example

White with #9518D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9518D5; }

 p { color: rgb(149,24,213); }

 H1.HeaderClassName
 {
   color: #9518D5;
 }
 .AnyTagClassName
 {
   color: #9518D5;
 }
</style>

background-color css

<style>
 a { background-color: #9518D5; }

 a { background-color: rgb(149,24,213); }

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

border-color css

<style>
 span { border-color: #9518D5; }

 span { border-color: rgb(149,24,213); }

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