Html Css Color HEX #9F5599 Violet Blue

📋 copy color: '#9F5599'

red 159 ◦ green 85 ◦ blue 153

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

Shades of Violet Blue #9F5599

Tints of Violet Blue #9F5599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

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

R = 40.05%
G = 21.41%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F5599 (or 0x9F5599) is known color: Violet Blue. HEX triplet: 9F, 55 and 99. RGB value is (159,85,153). Sum of RGB (Red+Green+Blue) = 159+85+153=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5599 is #60AA66. Grayscale: #727272. Windows color (decimal): -6335079 or 10048927. OLE color: 10048927.

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

Color convert

RGB 159 85 153 -
CMYK 0 0.47 0.04 0.38
HSL 304.86º 0.3% 0.48% -
HSV(B) 304.86º 0.47% 0.62% -
XYZ 23.3 16.17 32.03 -
YUV 114.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 159 85 153 0 0.47 0.04 0.38 304.86 0.3 0.48
Hex 9F 55 99 0 2F 4 26 131 1E 30
Octal 237 125 231 0 57 4 46 461 36 60
Binary 10011111 1010101 10011001 0 101111 100 100110 100110001 11110 110000

Color Harmonies of #9F5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5599

Black with #9F5599

Text Example


Text Example

White with #9F5599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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