#95469F

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

Shades of Violet Blue #95469F

Tints of Violet Blue #95469F

Color information

#95469F (or 0x95469F) is unknown color: approx Violet Blue. HEX triplet: 95, 46 and 9F. RGB value is (149,70,159). Sum of RGB (Red+Green+Blue) = 149+70+159=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #95469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95469F is #6AB960. Grayscale: #676767. Windows color (decimal): -6994273 or 10438293. OLE color: 10438293.

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

Color convert

RGB14970159-
CMYK0.060.5600.38
HSL293.26º38.86%44.9%-
HSV(B)293.26º55.97%62.35%-
XYZ20.8413.2734.26-
YUV103.77159.17160.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=39.42%
G=18.52%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149701590.060.5600.38293.2638.8644.9
Hex95469F638026125272d
Octal2251062376700464454755
Binary100101011000110100111111101110000100110100100101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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