#95489A

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

Shades of Violet Blue #95489A

Tints of Violet Blue #95489A

Color information

#95489A (or 0x95489A) is unknown color: approx Violet Blue. HEX triplet: 95, 48 and 9A. RGB value is (149,72,154). Sum of RGB (Red+Green+Blue) = 149+72+154=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #95489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95489A is #6AB765. Grayscale: #686868. Windows color (decimal): -6993766 or 10111125. OLE color: 10111125.

HSL color Cylindrical-coordinate representation of color #95489A: hue angle of 296.34º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95489A is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14972154-
CMYK0.030.5300.40
HSL296.34º36.28%44.31%-
HSV(B)296.34º53.25%60.39%-
XYZ20.5413.3632.07-
YUV104.37156.01159.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=39.73%
G=19.2%
B=41.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149721540.030.5300.40296.3436.2844.31
Hex95489A335028128242c
Octal2251102323650504504454
Binary10010101100100010011010111101010101000100101000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95489A; }

 p { color: rgb(149,72,154); }

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

<style>
 a { background-color: #95489A; }

 a { background-color: rgb(149,72,154); }

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

<style>
 span { border-color: #95489A; }

 span { border-color: rgb(149,72,154); }

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