Html Css Color HEX #9F6F99 Violet Blue

📋 copy color: '#9F6F99'

red 159 ◦ green 111 ◦ blue 153

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

Shades of Violet Blue #9F6F99

Tints of Violet Blue #9F6F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 37.59%
G = 26.24%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F6F99 (or 0x9F6F99) is known color: Violet Blue. HEX triplet: 9F, 6F and 99. RGB value is (159,111,153). Sum of RGB (Red+Green+Blue) = 159+111+153=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6F99 is #609066. Grayscale: #828282. Windows color (decimal): -6328423 or 10055583. OLE color: 10055583.

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

Color convert

RGB 159 111 153 -
CMYK 0 0.30 0.04 0.38
HSL 307.5º 0.2% 0.53% -
HSV(B) 307.5º 0.3% 0.62% -
XYZ 25.73 21.04 32.84 -
YUV 130.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 159 111 153 0 0.30 0.04 0.38 307.5 0.2 0.53
Hex 9F 6F 99 0 1E 4 26 134 14 35
Octal 237 157 231 0 36 4 46 464 24 65
Binary 10011111 1101111 10011001 0 11110 100 100110 100110100 10100 110101

Color Harmonies of #9F6F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6F99

Black with #9F6F99

Text Example


Text Example

White with #9F6F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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