Html Css Color HEX #9F15DD Dark Violet

📋 copy color: '#9F15DD'

red 159 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #9F15DD

Tints of Dark Violet #9F15DD

RGB

 RED value IS 159 (62.5% from 255) = 39.65%

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 39.65%
G = 5.24%
B = 55.11%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F15DD (or 0x9F15DD) is known color: Dark Violet. HEX triplet: 9F, 15 and DD. RGB value is (159,21,221). Sum of RGB (Red+Green+Blue) = 159+21+221=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F15DD is #60EA22. Grayscale: #545454. Windows color (decimal): -6351395 or 14488991. OLE color: 14488991.

HSL color Cylindrical-coordinate representation of color #9F15DD: hue angle of 281.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F15DD is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 21 221 -
CMYK 0.28 0.90 0 0.13
HSL 281.4º 0.83% 0.47% -
HSV(B) 281.4º 0.9% 0.87% -
XYZ 27.62 13.13 69.48 -
YUV 85.06 204.72 180.74 -
System Red Green Blue C M Y K H S L
Decimal 159 21 221 0.28 0.90 0 0.13 281.4 0.83 0.47
Hex 9F 15 DD 1C 5A 0 D 119 53 2F
Octal 237 25 335 34 132 0 15 431 123 57
Binary 10011111 10101 11011101 11100 1011010 0 1101 100011001 1010011 101111

Color Harmonies of #9F15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F15DD

Black with #9F15DD

Text Example


Text Example

White with #9F15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F15DD; }

 p { color: rgb(159,21,221); }

 H1.HeaderClassName
 {
   color: #9F15DD;
 }
 .AnyTagClassName
 {
   color: #9F15DD;
 }
</style>

background-color css

<style>
 a { background-color: #9F15DD; }

 a { background-color: rgb(159,21,221); }

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

border-color css

<style>
 span { border-color: #9F15DD; }

 span { border-color: rgb(159,21,221); }

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