Html Css Color HEX #9F15DE Dark Violet

📋 copy color: '#9F15DE'

red 159 ◦ green 21 ◦ blue 222

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

Shades of Dark Violet #9F15DE

Tints of Dark Violet #9F15DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 39.55%
G = 5.22%
B = 55.22%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F15DE (or 0x9F15DE) is known color: Dark Violet. HEX triplet: 9F, 15 and DE. RGB value is (159,21,222). Sum of RGB (Red+Green+Blue) = 159+21+222=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F15DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F15DE is #60EA21. Grayscale: #545454. Windows color (decimal): -6351394 or 14554527. OLE color: 14554527.

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

Color convert

RGB 159 21 222 -
CMYK 0.28 0.91 0 0.13
HSL 281.19º 0.83% 0.48% -
HSV(B) 281.19º 0.91% 0.87% -
XYZ 27.75 13.18 70.19 -
YUV 85.18 205.22 180.66 -
System Red Green Blue C M Y K H S L
Decimal 159 21 222 0.28 0.91 0 0.13 281.19 0.83 0.48
Hex 9F 15 DE 1C 5B 0 D 119 53 30
Octal 237 25 336 34 133 0 15 431 123 60
Binary 10011111 10101 11011110 11100 1011011 0 1101 100011001 1010011 110000

Color Harmonies of #9F15DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F15DE

Black with #9F15DE

Text Example


Text Example

White with #9F15DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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