Html Css Color HEX #9515D9 Dark Violet

📋 copy color: '#9515D9'

red 149 ◦ green 21 ◦ blue 217

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

Shades of Dark Violet #9515D9

Tints of Dark Violet #9515D9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

 BLUE value IS 217 (85.16% from 255) = 56.07%

R = 38.5%
G = 5.43%
B = 56.07%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9515D9 (or 0x9515D9) is known color: Dark Violet. HEX triplet: 95, 15 and D9. RGB value is (149,21,217). Sum of RGB (Red+Green+Blue) = 149+21+217=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #9515D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515D9 is #6AEA26. Grayscale: #505050. Windows color (decimal): -7006759 or 14226837. OLE color: 14226837.

HSL color Cylindrical-coordinate representation of color #9515D9: hue angle of 279.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9515D9 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 21 217 -
CMYK 0.31 0.90 0 0.15
HSL 279.18º 0.82% 0.47% -
HSV(B) 279.18º 0.9% 0.85% -
XYZ 25.19 11.94 66.62 -
YUV 81.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 149 21 217 0.31 0.90 0 0.15 279.18 0.82 0.47
Hex 95 15 D9 1F 5A 0 F 117 52 2F
Octal 225 25 331 37 132 0 17 427 122 57
Binary 10010101 10101 11011001 11111 1011010 0 1111 100010111 1010010 101111

Color Harmonies of #9515D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515D9

Black with #9515D9

Text Example


Text Example

White with #9515D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9515D9; }

 p { color: rgb(149,21,217); }

 H1.HeaderClassName
 {
   color: #9515D9;
 }
 .AnyTagClassName
 {
   color: #9515D9;
 }
</style>

background-color css

<style>
 a { background-color: #9515D9; }

 a { background-color: rgb(149,21,217); }

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

border-color css

<style>
 span { border-color: #9515D9; }

 span { border-color: rgb(149,21,217); }

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