#9F6F9B

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

Shades of Violet Blue #9F6F9B

Tints of Violet Blue #9F6F9B

Color information

#9F6F9B (or 0x9F6F9B) is unknown color: approx Violet Blue. HEX triplet: 9F, 6F and 9B. RGB value is (159,111,155). Sum of RGB (Red+Green+Blue) = 159+111+155=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6F9B is #609064. Grayscale: #828282. Windows color (decimal): -6328421 or 10186655. OLE color: 10186655.

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

Color convert

RGB159111155-
CMYK00.300.030.38
HSL305º20%52.94%-
HSV(B)305º30.19%62.35%-
XYZ25.921.1133.72-
YUV130.37141.9148.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=37.41%
G=26.12%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911115500.300.030.383052052.94
Hex9F6F9B01E3261311435
Octal2371572330363464612465
Binary100111111101111100110110111101110011010011000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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