Html Css Color HEX #9F14EF Blue Violet

📋 copy color: '#9F14EF'

red 159 ◦ green 20 ◦ blue 239

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

Shades of Blue Violet #9F14EF

Tints of Blue Violet #9F14EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 38.04%
G = 4.78%
B = 57.18%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F14EF (or 0x9F14EF) is known color: Blue Violet. HEX triplet: 9F, 14 and EF. RGB value is (159,20,239). Sum of RGB (Red+Green+Blue) = 159+20+239=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F14EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F14EF is #60EB10. Grayscale: #555555. Windows color (decimal): -6351633 or 15668383. OLE color: 15668383.

HSL color Cylindrical-coordinate representation of color #9F14EF: hue angle of 278.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F14EF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 20 239 -
CMYK 0.33 0.92 0 0.06
HSL 278.08º 0.87% 0.51% -
HSV(B) 278.08º 0.92% 0.94% -
XYZ 30.13 14.1 82.8 -
YUV 86.53 214.05 179.69 -
System Red Green Blue C M Y K H S L
Decimal 159 20 239 0.33 0.92 0 0.06 278.08 0.87 0.51
Hex 9F 14 EF 21 5C 0 6 116 57 33
Octal 237 24 357 41 134 0 6 426 127 63
Binary 10011111 10100 11101111 100001 1011100 0 110 100010110 1010111 110011

Color Harmonies of #9F14EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14EF

Black with #9F14EF

Text Example


Text Example

White with #9F14EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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