Html Css Color HEX #9F16DE Dark Violet

📋 copy color: '#9F16DE'

red 159 ◦ green 22 ◦ blue 222

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

Shades of Dark Violet #9F16DE

Tints of Dark Violet #9F16DE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

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

R = 39.45%
G = 5.46%
B = 55.09%

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

#9F16DE (or 0x9F16DE) is known color: Dark Violet. HEX triplet: 9F, 16 and DE. RGB value is (159,22,222). Sum of RGB (Red+Green+Blue) = 159+22+222=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F16DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16DE is #60E921. Grayscale: #555555. Windows color (decimal): -6351138 or 14554783. OLE color: 14554783.

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

Color convert

RGB 159 22 222 -
CMYK 0.28 0.90 0 0.13
HSL 281.1º 0.82% 0.48% -
HSV(B) 281.1º 0.9% 0.87% -
XYZ 27.77 13.22 70.2 -
YUV 85.76 204.89 180.24 -
System Red Green Blue C M Y K H S L
Decimal 159 22 222 0.28 0.90 0 0.13 281.1 0.82 0.48
Hex 9F 16 DE 1C 5A 0 D 119 52 30
Octal 237 26 336 34 132 0 15 431 122 60
Binary 10011111 10110 11011110 11100 1011010 0 1101 100011001 1010010 110000

Color Harmonies of #9F16DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16DE

Black with #9F16DE

Text Example


Text Example

White with #9F16DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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