Html Css Color HEX #9F16C1 Dark Violet

📋 copy color: '#9F16C1'

red 159 ◦ green 22 ◦ blue 193

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

Shades of Dark Violet #9F16C1

Tints of Dark Violet #9F16C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.6%

R = 42.51%
G = 5.88%
B = 51.6%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9F16C1 (or 0x9F16C1) is known color: Dark Violet. HEX triplet: 9F, 16 and C1. RGB value is (159,22,193). Sum of RGB (Red+Green+Blue) = 159+22+193=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F16C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16C1 is #60E93E. Grayscale: #515151. Windows color (decimal): -6351167 or 12654239. OLE color: 12654239.

HSL color Cylindrical-coordinate representation of color #9F16C1: hue angle of 288.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F16C1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 22 193 -
CMYK 0.18 0.89 0 0.24
HSL 288.07º 0.8% 0.42% -
HSV(B) 288.07º 0.89% 0.76% -
XYZ 24.21 11.8 51.45 -
YUV 82.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 159 22 193 0.18 0.89 0 0.24 288.07 0.8 0.42
Hex 9F 16 C1 12 59 0 18 120 50 2A
Octal 237 26 301 22 131 0 30 440 120 52
Binary 10011111 10110 11000001 10010 1011001 0 11000 100100000 1010000 101010

Color Harmonies of #9F16C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16C1

Black with #9F16C1

Text Example


Text Example

White with #9F16C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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