Html Css Color HEX #9F16CE Dark Violet

📋 copy color: '#9F16CE'

red 159 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #9F16CE

Tints of Dark Violet #9F16CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 41.09%
G = 5.68%
B = 53.23%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F16CE (or 0x9F16CE) is known color: Dark Violet. HEX triplet: 9F, 16 and CE. RGB value is (159,22,206). Sum of RGB (Red+Green+Blue) = 159+22+206=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F16CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16CE is #60E931. Grayscale: #535353. Windows color (decimal): -6351154 or 13506207. OLE color: 13506207.

HSL color Cylindrical-coordinate representation of color #9F16CE: hue angle of 284.67º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F16CE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 22 206 -
CMYK 0.23 0.89 0 0.19
HSL 284.67º 0.81% 0.45% -
HSV(B) 284.67º 0.89% 0.81% -
XYZ 25.73 12.4 59.43 -
YUV 83.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 159 22 206 0.23 0.89 0 0.19 284.67 0.81 0.45
Hex 9F 16 CE 17 59 0 13 11D 51 2D
Octal 237 26 316 27 131 0 23 435 121 55
Binary 10011111 10110 11001110 10111 1011001 0 10011 100011101 1010001 101101

Color Harmonies of #9F16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16CE

Black with #9F16CE

Text Example


Text Example

White with #9F16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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