#95458F

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

Shades of Violet Blue #95458F

Tints of Violet Blue #95458F

Color information

#95458F (or 0x95458F) is unknown color: approx Violet Blue. HEX triplet: 95, 45 and 8F. RGB value is (149,69,143). Sum of RGB (Red+Green+Blue) = 149+69+143=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95458F is #6ABA70. Grayscale: #656565. Windows color (decimal): -6994545 or 9389461. OLE color: 9389461.

HSL color Cylindrical-coordinate representation of color #95458F: hue angle of 304.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95458F is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14969143-
CMYK00.540.040.42
HSL304.5º36.7%42.75%-
HSV(B)304.5º53.69%58.43%-
XYZ19.4812.6327.4-
YUV101.36151.5161.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=41.27%
G=19.11%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496914300.540.040.42304.536.742.75
Hex95458F03642A130252b
Octal2251052170664524604553
Binary100101011000101100011110110110100101010100110000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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