#95459C

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

Shades of Violet Blue #95459C

Tints of Violet Blue #95459C

Color information

#95459C (or 0x95459C) is unknown color: approx Violet Blue. HEX triplet: 95, 45 and 9C. RGB value is (149,69,156). Sum of RGB (Red+Green+Blue) = 149+69+156=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #95459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95459C is #6ABA63. Grayscale: #666666. Windows color (decimal): -6994532 or 10241429. OLE color: 10241429.

HSL color Cylindrical-coordinate representation of color #95459C: hue angle of 295.17º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95459C is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14969156-
CMYK0.040.5600.39
HSL295.17º38.67%44.12%-
HSV(B)295.17º55.77%61.18%-
XYZ20.5213.0532.89-
YUV102.84158160.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=39.84%
G=18.45%
B=41.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149691560.040.5600.39295.1738.6744.12
Hex95459C438027127272c
Octal2251052344700474474754
Binary100101011000101100111001001110000100111100100111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95459C; }

 p { color: rgb(149,69,156); }

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

<style>
 a { background-color: #95459C; }

 a { background-color: rgb(149,69,156); }

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

<style>
 span { border-color: #95459C; }

 span { border-color: rgb(149,69,156); }

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