#9F488E

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

Shades of Violet Blue #9F488E

Tints of Violet Blue #9F488E

Color information

#9F488E (or 0x9F488E) is unknown color: approx Violet Blue. HEX triplet: 9F, 48 and 8E. RGB value is (159,72,142). Sum of RGB (Red+Green+Blue) = 159+72+142=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F488E is #60B771. Grayscale: #696969. Windows color (decimal): -6338418 or 9324703. OLE color: 9324703.

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

Color convert

RGB15972142-
CMYK00.550.110.38
HSL311.72º37.66%45.29%-
HSV(B)311.72º54.72%62.35%-
XYZ21.513.9627.15-
YUV105.99148.32165.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=42.63%
G=19.30%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597214200.550.110.38311.7237.6645.29
Hex9F488E037B26138262d
Octal23711021606713464704655
Binary1001111110010001000111001101111011100110100111000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,142); }

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

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

 a { background-color: rgb(159,72,142); }

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

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

 span { border-color: rgb(159,72,142); }

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