Html Css Color HEX #9F599F Violet Blue

📋 copy color: '#9F599F'

red 159 ◦ green 89 ◦ blue 159

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

Shades of Violet Blue #9F599F

Tints of Violet Blue #9F599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 39.07%
G = 21.87%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9F599F (or 0x9F599F) is known color: Violet Blue. HEX triplet: 9F, 59 and 9F. RGB value is (159,89,159). Sum of RGB (Red+Green+Blue) = 159+89+159=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F599F is #60A660. Grayscale: #757575. Windows color (decimal): -6334049 or 10443167. OLE color: 10443167.

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

Color convert

RGB 159 89 159 -
CMYK 0 0.44 0 0.38
HSL 300º 0.28% 0.49% -
HSV(B) 300º 0.44% 0.62% -
XYZ 24.13 17.02 34.81 -
YUV 117.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 159 89 159 0 0.44 0 0.38 300 0.28 0.49
Hex 9F 59 9F 0 2C 0 26 12C 1C 31
Octal 237 131 237 0 54 0 46 454 34 61
Binary 10011111 1011001 10011111 0 101100 0 100110 100101100 11100 110001

Color Harmonies of #9F599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F599F

Black with #9F599F

Text Example


Text Example

White with #9F599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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