Html Css Color HEX #9F16DC Dark Violet

📋 copy color: '#9F16DC'

red 159 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #9F16DC

Tints of Dark Violet #9F16DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 39.65%
G = 5.49%
B = 54.86%

CMYK

 C value IS 0.28

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F16DC (or 0x9F16DC) is known color: Dark Violet. HEX triplet: 9F, 16 and DC. RGB value is (159,22,220). Sum of RGB (Red+Green+Blue) = 159+22+220=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F16DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16DC is #60E923. Grayscale: #545454. Windows color (decimal): -6351140 or 14423711. OLE color: 14423711.

HSL color Cylindrical-coordinate representation of color #9F16DC: hue angle of 281.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F16DC is Cyan = 0.28, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 22 220 -
CMYK 0.28 0.9 0 0.14
HSL 281.52º 0.82% 0.47% -
HSV(B) 281.52º 0.9% 0.86% -
XYZ 27.5 13.11 68.79 -
YUV 85.54 203.89 180.4 -
System Red Green Blue C M Y K H S L
Decimal 159 22 220 0.28 0.9 0 0.14 281.52 0.82 0.47
Hex 9F 16 DC 1C 5A 0 E 11A 52 2F
Octal 237 26 334 34 132 0 16 432 122 57
Binary 10011111 10110 11011100 11100 1011010 0 1110 100011010 1010010 101111

Color Harmonies of #9F16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16DC

Black with #9F16DC

Text Example


Text Example

White with #9F16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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