#955C93

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

Shades of Violet Blue #955C93

Tints of Violet Blue #955C93

Color information

#955C93 (or 0x955C93) is unknown color: approx Violet Blue. HEX triplet: 95, 5C and 93. RGB value is (149,92,147). Sum of RGB (Red+Green+Blue) = 149+92+147=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #955C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C93 is #6AA36C. Grayscale: #737373. Windows color (decimal): -6988653 or 9657493. OLE color: 9657493.

HSL color Cylindrical-coordinate representation of color #955C93: hue angle of 302.11º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C93 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14992147-
CMYK00.380.010.42
HSL302.11º23.65%47.25%-
HSV(B)302.11º38.26%58.43%-
XYZ21.4916.1529.59-
YUV115.31145.88152.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=38.40%
G=23.71%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499214700.380.010.42302.1123.6547.25
Hex955C9302612A12e182f
Octal2251342230461524563057
Binary100101011011100100100110100110110101010010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955C93; }

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

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

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

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

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

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

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

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