Html Css Color HEX #9F5F99 Violet Blue

📋 copy color: '#9F5F99'

red 159 ◦ green 95 ◦ blue 153

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

Shades of Violet Blue #9F5F99

Tints of Violet Blue #9F5F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.34%

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

R = 39.07%
G = 23.34%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F5F99 (or 0x9F5F99) is known color: Violet Blue. HEX triplet: 9F, 5F and 99. RGB value is (159,95,153). Sum of RGB (Red+Green+Blue) = 159+95+153=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F99 is #60A066. Grayscale: #787878. Windows color (decimal): -6332519 or 10051487. OLE color: 10051487.

HSL color Cylindrical-coordinate representation of color #9F5F99: hue angle of 305.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F99 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 95 153 -
CMYK 0 0.40 0.04 0.38
HSL 305.63º 0.25% 0.5% -
HSV(B) 305.63º 0.4% 0.62% -
XYZ 24.14 17.86 32.31 -
YUV 120.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 159 95 153 0 0.40 0.04 0.38 305.63 0.25 0.5
Hex 9F 5F 99 0 28 4 26 132 19 32
Octal 237 137 231 0 50 4 46 462 31 62
Binary 10011111 1011111 10011001 0 101000 100 100110 100110010 11001 110010

Color Harmonies of #9F5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5F99

Black with #9F5F99

Text Example


Text Example

White with #9F5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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