#955F93

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

Shades of Violet Blue #955F93

Tints of Violet Blue #955F93

Color information

#955F93 (or 0x955F93) is unknown color: approx Violet Blue. HEX triplet: 95, 5F and 93. RGB value is (149,95,147). Sum of RGB (Red+Green+Blue) = 149+95+147=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #955F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F93 is #6AA06C. Grayscale: #747474. Windows color (decimal): -6987885 or 9658261. OLE color: 9658261.

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

Color convert

RGB14995147-
CMYK00.360.010.42
HSL302.22º22.13%47.84%-
HSV(B)302.22º36.24%58.43%-
XYZ21.7516.6829.68-
YUV117.07144.89150.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=38.11%
G=24.30%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499514700.360.010.42302.2222.1347.84
Hex955F9302412A12e1630
Octal2251372230441524562660
Binary100101011011111100100110100100110101010010111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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