#955893

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

Shades of Violet Blue #955893

Tints of Violet Blue #955893

Color information

#955893 (or 0x955893) is unknown color: approx Violet Blue. HEX triplet: 95, 58 and 93. RGB value is (149,88,147). Sum of RGB (Red+Green+Blue) = 149+88+147=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #955893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955893 is #6AA76C. Grayscale: #707070. Windows color (decimal): -6989677 or 9656469. OLE color: 9656469.

HSL color Cylindrical-coordinate representation of color #955893: hue angle of 301.97º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955893 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14988147-
CMYK00.410.010.42
HSL301.97º25.74%46.47%-
HSV(B)301.97º40.94%58.43%-
XYZ21.1515.4829.48-
YUV112.96147.21153.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=38.80%
G=22.92%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498814700.410.010.42301.9725.7446.47
Hex95589302912A12e1a2e
Octal2251302230511524563256
Binary100101011011000100100110101001110101010010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955893; }

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

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

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

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

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

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

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

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