Html Css Color HEX #9F15BE Dark Violet

📋 copy color: '#9F15BE'

red 159 ◦ green 21 ◦ blue 190

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

Shades of Dark Violet #9F15BE

Tints of Dark Violet #9F15BE

RGB

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

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

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

R = 42.97%
G = 5.68%
B = 51.35%

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

#9F15BE (or 0x9F15BE) is known color: Dark Violet. HEX triplet: 9F, 15 and BE. RGB value is (159,21,190). Sum of RGB (Red+Green+Blue) = 159+21+190=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F15BE is #60EA41. Grayscale: #505050. Windows color (decimal): -6351426 or 12457375. OLE color: 12457375.

HSL color Cylindrical-coordinate representation of color #9F15BE: hue angle of 288.99º degrees, saturation: 0.8, 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 #9F15BE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 21 190 -
CMYK 0.16 0.89 0 0.25
HSL 288.99º 0.8% 0.41% -
HSV(B) 288.99º 0.89% 0.75% -
XYZ 23.86 11.62 49.7 -
YUV 81.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 159 21 190 0.16 0.89 0 0.25 288.99 0.8 0.41
Hex 9F 15 BE 10 59 0 19 121 50 29
Octal 237 25 276 20 131 0 31 441 120 51
Binary 10011111 10101 10111110 10000 1011001 0 11001 100100001 1010000 101001

Color Harmonies of #9F15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F15BE

Black with #9F15BE

Text Example


Text Example

White with #9F15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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