#955CA0

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

Shades of Violet Blue #955CA0

Tints of Violet Blue #955CA0

Color information

#955CA0 (or 0x955CA0) is unknown color: approx Violet Blue. HEX triplet: 95, 5C and A0. RGB value is (149,92,160). Sum of RGB (Red+Green+Blue) = 149+92+160=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #955CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CA0 is #6AA35F. Grayscale: #747474. Windows color (decimal): -6988640 or 10509461. OLE color: 10509461.

HSL color Cylindrical-coordinate representation of color #955CA0: hue angle of 290.29º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955CA0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14992160-
CMYK0.070.4300.37
HSL290.29º26.98%49.41%-
HSV(B)290.29º42.5%62.75%-
XYZ22.5716.5835.27-
YUV116.79152.38150.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=37.16%
G=22.94%
B=39.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal149921600.070.4300.37290.2926.9849.41
Hex955CA072B0251221b31
Octal2251342407530454423361
Binary10010101101110010100000111101011010010110010001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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