Html Css Color HEX #9F5E99 Violet Blue

📋 copy color: '#9F5E99'

red 159 ◦ green 94 ◦ blue 153

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

Shades of Violet Blue #9F5E99

Tints of Violet Blue #9F5E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 39.16%
G = 23.15%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F5E99 (or 0x9F5E99) is known color: Violet Blue. HEX triplet: 9F, 5E and 99. RGB value is (159,94,153). Sum of RGB (Red+Green+Blue) = 159+94+153=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E99 is #60A166. Grayscale: #777777. Windows color (decimal): -6332775 or 10051231. OLE color: 10051231.

HSL color Cylindrical-coordinate representation of color #9F5E99: hue angle of 305.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E99 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 153 -
CMYK 0 0.41 0.04 0.38
HSL 305.54º 0.26% 0.5% -
HSV(B) 305.54º 0.41% 0.62% -
XYZ 24.05 17.68 32.28 -
YUV 120.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 159 94 153 0 0.41 0.04 0.38 305.54 0.26 0.5
Hex 9F 5E 99 0 29 4 26 132 1A 32
Octal 237 136 231 0 51 4 46 462 32 62
Binary 10011111 1011110 10011001 0 101001 100 100110 100110010 11010 110010

Color Harmonies of #9F5E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E99

Black with #9F5E99

Text Example


Text Example

White with #9F5E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,94,153); }

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

background-color css

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

 a { background-color: rgb(159,94,153); }

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

border-color css

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

 span { border-color: rgb(159,94,153); }

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