Html Css Color HEX #9F599B Violet Blue

📋 copy color: '#9F599B'

red 159 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #9F599B

Tints of Violet Blue #9F599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 39.45%
G = 22.08%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F599B (or 0x9F599B) is known color: Violet Blue. HEX triplet: 9F, 59 and 9B. RGB value is (159,89,155). Sum of RGB (Red+Green+Blue) = 159+89+155=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F599B is #60A664. Grayscale: #757575. Windows color (decimal): -6334053 or 10181023. OLE color: 10181023.

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

Color convert

RGB 159 89 155 -
CMYK 0 0.44 0.03 0.38
HSL 303.43º 0.28% 0.49% -
HSV(B) 303.43º 0.44% 0.62% -
XYZ 23.79 16.88 33.02 -
YUV 117.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 159 89 155 0 0.44 0.03 0.38 303.43 0.28 0.49
Hex 9F 59 9B 0 2C 3 26 12F 1C 31
Octal 237 131 233 0 54 3 46 457 34 61
Binary 10011111 1011001 10011011 0 101100 11 100110 100101111 11100 110001

Color Harmonies of #9F599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F599B

Black with #9F599B

Text Example


Text Example

White with #9F599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,155); }

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

background-color css

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

 a { background-color: rgb(159,89,155); }

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

border-color css

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

 span { border-color: rgb(159,89,155); }

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