Html Css Color HEX #9915D5 Dark Violet

📋 copy color: '#9915D5'

red 153 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #9915D5

Tints of Dark Violet #9915D5

RGB

 RED value IS 153 (60.16% from 255) = 39.53%

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

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

R = 39.53%
G = 5.43%
B = 55.04%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9915D5 (or 0x9915D5) is known color: Dark Violet. HEX triplet: 99, 15 and D5. RGB value is (153,21,213). Sum of RGB (Red+Green+Blue) = 153+21+213=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #9915D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915D5 is #66EA2A. Grayscale: #515151. Windows color (decimal): -6744619 or 13964697. OLE color: 13964697.

HSL color Cylindrical-coordinate representation of color #9915D5: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9915D5 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 21 213 -
CMYK 0.28 0.90 0 0.16
HSL 281.25º 0.82% 0.46% -
HSV(B) 281.25º 0.9% 0.84% -
XYZ 25.42 12.11 63.95 -
YUV 82.36 201.73 178.39 -
System Red Green Blue C M Y K H S L
Decimal 153 21 213 0.28 0.90 0 0.16 281.25 0.82 0.46
Hex 99 15 D5 1C 5A 0 10 119 52 2E
Octal 231 25 325 34 132 0 20 431 122 56
Binary 10011001 10101 11010101 11100 1011010 0 10000 100011001 1010010 101110

Color Harmonies of #9915D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9915D5

Black with #9915D5

Text Example


Text Example

White with #9915D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,21,213); }

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

background-color css

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

 a { background-color: rgb(153,21,213); }

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

border-color css

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

 span { border-color: rgb(153,21,213); }

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