Html Css Color HEX #9F599C Violet Blue

📋 copy color: '#9F599C'

red 159 ◦ green 89 ◦ blue 156

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

Shades of Violet Blue #9F599C

Tints of Violet Blue #9F599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 39.36%
G = 22.03%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F599C (or 0x9F599C) is known color: Violet Blue. HEX triplet: 9F, 59 and 9C. RGB value is (159,89,156). Sum of RGB (Red+Green+Blue) = 159+89+156=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F599C is #60A663. Grayscale: #757575. Windows color (decimal): -6334052 or 10246559. OLE color: 10246559.

HSL color Cylindrical-coordinate representation of color #9F599C: hue angle of 302.57º 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 #9F599C is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 156 -
CMYK 0 0.44 0.02 0.38
HSL 302.57º 0.28% 0.49% -
HSV(B) 302.57º 0.44% 0.62% -
XYZ 23.87 16.92 33.46 -
YUV 117.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 159 89 156 0 0.44 0.02 0.38 302.57 0.28 0.49
Hex 9F 59 9C 0 2C 2 26 12F 1C 31
Octal 237 131 234 0 54 2 46 457 34 61
Binary 10011111 1011001 10011100 0 101100 10 100110 100101111 11100 110001

Color Harmonies of #9F599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F599C

Black with #9F599C

Text Example


Text Example

White with #9F599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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