Html Css Color HEX #9F16CD Dark Violet

📋 copy color: '#9F16CD'

red 159 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #9F16CD

Tints of Dark Violet #9F16CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 41.19%
G = 5.7%
B = 53.11%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F16CD (or 0x9F16CD) is known color: Dark Violet. HEX triplet: 9F, 16 and CD. RGB value is (159,22,205). Sum of RGB (Red+Green+Blue) = 159+22+205=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16CD is #60E932. Grayscale: #535353. Windows color (decimal): -6351155 or 13440671. OLE color: 13440671.

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

Color convert

RGB 159 22 205 -
CMYK 0.22 0.89 0 0.20
HSL 284.92º 0.81% 0.45% -
HSV(B) 284.92º 0.89% 0.8% -
XYZ 25.6 12.35 58.79 -
YUV 83.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 159 22 205 0.22 0.89 0 0.20 284.92 0.81 0.45
Hex 9F 16 CD 16 59 0 14 11D 51 2D
Octal 237 26 315 26 131 0 24 435 121 55
Binary 10011111 10110 11001101 10110 1011001 0 10100 100011101 1010001 101101

Color Harmonies of #9F16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16CD

Black with #9F16CD

Text Example


Text Example

White with #9F16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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