Html Css Color HEX #9F14B6 Dark Violet

📋 copy color: '#9F14B6'

red 159 ◦ green 20 ◦ blue 182

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

Shades of Dark Violet #9F14B6

Tints of Dark Violet #9F14B6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 44.04%
G = 5.54%
B = 50.42%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9F14B6 (or 0x9F14B6) is known color: Dark Violet. HEX triplet: 9F, 14 and B6. RGB value is (159,20,182). Sum of RGB (Red+Green+Blue) = 159+20+182=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F14B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14B6 is #60EB49. Grayscale: #4F4F4F. Windows color (decimal): -6351690 or 11932831. OLE color: 11932831.

HSL color Cylindrical-coordinate representation of color #9F14B6: hue angle of 291.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F14B6 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 20 182 -
CMYK 0.13 0.89 0 0.29
HSL 291.48º 0.8% 0.4% -
HSV(B) 291.48º 0.89% 0.71% -
XYZ 22.99 11.25 45.22 -
YUV 80.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 159 20 182 0.13 0.89 0 0.29 291.48 0.8 0.4
Hex 9F 14 B6 D 59 0 1D 123 50 28
Octal 237 24 266 15 131 0 35 443 120 50
Binary 10011111 10100 10110110 1101 1011001 0 11101 100100011 1010000 101000

Color Harmonies of #9F14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14B6

Black with #9F14B6

Text Example


Text Example

White with #9F14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,20,182); }

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

background-color css

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

 a { background-color: rgb(159,20,182); }

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

border-color css

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

 span { border-color: rgb(159,20,182); }

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