Html Css Color HEX #9517D5 Dark Violet

📋 copy color: '#9517D5'

red 149 ◦ green 23 ◦ blue 213

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

Shades of Dark Violet #9517D5

Tints of Dark Violet #9517D5

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.97%

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

R = 38.7%
G = 5.97%
B = 55.32%

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

#9517D5 (or 0x9517D5) is known color: Dark Violet. HEX triplet: 95, 17 and D5. RGB value is (149,23,213). Sum of RGB (Red+Green+Blue) = 149+23+213=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #9517D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9517D5 is #6AE82A. Grayscale: #515151. Windows color (decimal): -7006251 or 13965205. OLE color: 13965205.

HSL color Cylindrical-coordinate representation of color #9517D5: hue angle of 279.79º degrees, saturation: 0.81, 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 #9517D5 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 23 213 -
CMYK 0.30 0.89 0 0.16
HSL 279.79º 0.81% 0.46% -
HSV(B) 279.79º 0.89% 0.84% -
XYZ 24.71 11.81 63.93 -
YUV 82.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 149 23 213 0.30 0.89 0 0.16 279.79 0.81 0.46
Hex 95 17 D5 1E 59 0 10 118 51 2E
Octal 225 27 325 36 131 0 20 430 121 56
Binary 10010101 10111 11010101 11110 1011001 0 10000 100011000 1010001 101110

Color Harmonies of #9517D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9517D5

Black with #9517D5

Text Example


Text Example

White with #9517D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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