#956893

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

Shades of Violet Blue #956893

Tints of Violet Blue #956893

Color information

#956893 (or 0x956893) is unknown color: approx Violet Blue. HEX triplet: 95, 68 and 93. RGB value is (149,104,147). Sum of RGB (Red+Green+Blue) = 149+104+147=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #956893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956893 is #6A976C. Grayscale: #7A7A7A. Windows color (decimal): -6985581 or 9660565. OLE color: 9660565.

HSL color Cylindrical-coordinate representation of color #956893: hue angle of 302.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956893 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149104147-
CMYK00.300.010.42
HSL302.67º17.79%49.61%-
HSV(B)302.67º30.2%58.43%-
XYZ22.6118.429.96-
YUV122.36141.91147-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=37.25%
G=26%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910414700.300.010.42302.6717.7949.61
Hex95689301E12A12f1232
Octal2251502230361524572262
Binary10010101110100010010011011110110101010010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956893; }

 p { color: rgb(149,104,147); }

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

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

 a { background-color: rgb(149,104,147); }

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

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

 span { border-color: rgb(149,104,147); }

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