Html Css Color HEX #9F16BC Dark Violet

📋 copy color: '#9F16BC'

red 159 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #9F16BC

Tints of Dark Violet #9F16BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 43.09%
G = 5.96%
B = 50.95%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F16BC (or 0x9F16BC) is known color: Dark Violet. HEX triplet: 9F, 16 and BC. RGB value is (159,22,188). Sum of RGB (Red+Green+Blue) = 159+22+188=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16BC is #60E943. Grayscale: #515151. Windows color (decimal): -6351172 or 12326559. OLE color: 12326559.

HSL color Cylindrical-coordinate representation of color #9F16BC: hue angle of 289.52º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F16BC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 22 188 -
CMYK 0.15 0.88 0 0.26
HSL 289.52º 0.79% 0.41% -
HSV(B) 289.52º 0.88% 0.74% -
XYZ 23.66 11.58 48.56 -
YUV 81.89 187.89 183 -
System Red Green Blue C M Y K H S L
Decimal 159 22 188 0.15 0.88 0 0.26 289.52 0.79 0.41
Hex 9F 16 BC F 58 0 1A 122 4F 29
Octal 237 26 274 17 130 0 32 442 117 51
Binary 10011111 10110 10111100 1111 1011000 0 11010 100100010 1001111 101001

Color Harmonies of #9F16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16BC

Black with #9F16BC

Text Example


Text Example

White with #9F16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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