#9F639A

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

Shades of Violet Blue #9F639A

Tints of Violet Blue #9F639A

Color information

#9F639A (or 0x9F639A) is unknown color: approx Violet Blue. HEX triplet: 9F, 63 and 9A. RGB value is (159,99,154). Sum of RGB (Red+Green+Blue) = 159+99+154=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F639A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F639A is #609C65. Grayscale: #7B7B7B. Windows color (decimal): -6331494 or 10118047. OLE color: 10118047.

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

Color convert

RGB15999154-
CMYK00.380.030.38
HSL305º23.81%50.59%-
HSV(B)305º37.74%62.35%-
XYZ24.5918.6332.87-
YUV123.21145.38153.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.59%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=38.59%
G=24.03%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599915400.380.030.3830523.8150.59
Hex9F639A0263261311833
Octal2371432320463464613063
Binary1001111111000111001101001001101110011010011000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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