Html Css Color HEX #9F14BE Dark Violet

📋 copy color: '#9F14BE'

red 159 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #9F14BE

Tints of Dark Violet #9F14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 43.09%
G = 5.42%
B = 51.49%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F14BE (or 0x9F14BE) is known color: Dark Violet. HEX triplet: 9F, 14 and BE. RGB value is (159,20,190). Sum of RGB (Red+Green+Blue) = 159+20+190=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14BE is #60EB41. Grayscale: #505050. Windows color (decimal): -6351682 or 12457119. OLE color: 12457119.

HSL color Cylindrical-coordinate representation of color #9F14BE: hue angle of 289.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F14BE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 20 190 -
CMYK 0.16 0.89 0 0.25
HSL 289.06º 0.81% 0.41% -
HSV(B) 289.06º 0.89% 0.75% -
XYZ 23.84 11.59 49.7 -
YUV 80.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 159 20 190 0.16 0.89 0 0.25 289.06 0.81 0.41
Hex 9F 14 BE 10 59 0 19 121 51 29
Octal 237 24 276 20 131 0 31 441 121 51
Binary 10011111 10100 10111110 10000 1011001 0 11001 100100001 1010001 101001

Color Harmonies of #9F14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14BE

Black with #9F14BE

Text Example


Text Example

White with #9F14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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