#95459F

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

Shades of Violet Blue #95459F

Tints of Violet Blue #95459F

Color information

#95459F (or 0x95459F) is unknown color: approx Violet Blue. HEX triplet: 95, 45 and 9F. RGB value is (149,69,159). Sum of RGB (Red+Green+Blue) = 149+69+159=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #95459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95459F is #6ABA60. Grayscale: #666666. Windows color (decimal): -6994529 or 10438037. OLE color: 10438037.

HSL color Cylindrical-coordinate representation of color #95459F: hue angle of 293.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95459F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14969159-
CMYK0.060.5700.38
HSL293.33º39.47%44.71%-
HSV(B)293.33º56.6%62.35%-
XYZ20.7813.1534.24-
YUV103.18159.5160.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=39.52%
G=18.30%
B=42.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149691590.060.5700.38293.3339.4744.71
Hex95459F639026125272d
Octal2251052376710464454755
Binary100101011000101100111111101110010100110100100101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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