Html Css Color HEX #9F5B99 Violet Blue

📋 copy color: '#9F5B99'

red 159 ◦ green 91 ◦ blue 153

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

Shades of Violet Blue #9F5B99

Tints of Violet Blue #9F5B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

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

R = 39.45%
G = 22.58%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F5B99 (or 0x9F5B99) is known color: Violet Blue. HEX triplet: 9F, 5B and 99. RGB value is (159,91,153). Sum of RGB (Red+Green+Blue) = 159+91+153=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5B99 is #60A466. Grayscale: #767676. Windows color (decimal): -6333543 or 10050463. OLE color: 10050463.

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

Color convert

RGB 159 91 153 -
CMYK 0 0.43 0.04 0.38
HSL 305.29º 0.27% 0.49% -
HSV(B) 305.29º 0.43% 0.62% -
XYZ 23.79 17.15 32.19 -
YUV 118.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 159 91 153 0 0.43 0.04 0.38 305.29 0.27 0.49
Hex 9F 5B 99 0 2B 4 26 131 1B 31
Octal 237 133 231 0 53 4 46 461 33 61
Binary 10011111 1011011 10011001 0 101011 100 100110 100110001 11011 110001

Color Harmonies of #9F5B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5B99

Black with #9F5B99

Text Example


Text Example

White with #9F5B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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