#9F6E9A

Color #9F6E9A Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9F6E9A

Tints of Violet Blue #9F6E9A

Color information

#9F6E9A (or 0x9F6E9A) is unknown color: approx Violet Blue. HEX triplet: 9F, 6E and 9A. RGB value is (159,110,154). Sum of RGB (Red+Green+Blue) = 159+110+154=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6E9A is #609165. Grayscale: #818181. Windows color (decimal): -6328678 or 10120863. OLE color: 10120863.

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

Color convert

RGB159110154-
CMYK00.310.030.38
HSL306.12º20.33%52.75%-
HSV(B)306.12º30.82%62.35%-
XYZ25.7120.8633.24-
YUV129.67141.73148.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=37.59%
G=26.00%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911015400.310.030.38306.1220.3352.75
Hex9F6E9A01F3261321435
Octal2371562320373464622465
Binary100111111101110100110100111111110011010011001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,110,154); }

 H1.HeaderClassName
 {
   color: #9F6E9A;
 }
 .AnyTagClassName
 {
   color: #9F6E9A;
 }
</style>
background-color css

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

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

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

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

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

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