Html Css Color HEX #9F15EF Blue Violet

📋 copy color: '#9F15EF'

red 159 ◦ green 21 ◦ blue 239

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

Shades of Blue Violet #9F15EF

Tints of Blue Violet #9F15EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.01%

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

R = 37.95%
G = 5.01%
B = 57.04%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F15EF (or 0x9F15EF) is known color: Blue Violet. HEX triplet: 9F, 15 and EF. RGB value is (159,21,239). Sum of RGB (Red+Green+Blue) = 159+21+239=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F15EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F15EF is #60EA10. Grayscale: #565656. Windows color (decimal): -6351377 or 15668639. OLE color: 15668639.

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

Color convert

RGB 159 21 239 -
CMYK 0.33 0.91 0 0.06
HSL 277.98º 0.87% 0.51% -
HSV(B) 277.98º 0.91% 0.94% -
XYZ 30.15 14.14 82.8 -
YUV 87.11 213.72 179.27 -
System Red Green Blue C M Y K H S L
Decimal 159 21 239 0.33 0.91 0 0.06 277.98 0.87 0.51
Hex 9F 15 EF 21 5B 0 6 116 57 33
Octal 237 25 357 41 133 0 6 426 127 63
Binary 10011111 10101 11101111 100001 1011011 0 110 100010110 1010111 110011

Color Harmonies of #9F15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F15EF

Black with #9F15EF

Text Example


Text Example

White with #9F15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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