#955A9C

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

Shades of Violet Blue #955A9C

Tints of Violet Blue #955A9C

Color information

#955A9C (or 0x955A9C) is unknown color: approx Violet Blue. HEX triplet: 95, 5A and 9C. RGB value is (149,90,156). Sum of RGB (Red+Green+Blue) = 149+90+156=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #955A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A9C is #6AA563. Grayscale: #727272. Windows color (decimal): -6989156 or 10246805. OLE color: 10246805.

HSL color Cylindrical-coordinate representation of color #955A9C: hue angle of 293.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955A9C is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14990156-
CMYK0.040.4200.39
HSL293.64º26.83%48.24%-
HSV(B)293.64º42.31%61.18%-
XYZ22.0516.133.4-
YUV115.16151.05152.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=37.72%
G=22.78%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149901560.040.4200.39293.6426.8348.24
Hex955A9C42A0271261b30
Octal2251322344520474463360
Binary10010101101101010011100100101010010011110010011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,90,156); }

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

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

 a { background-color: rgb(149,90,156); }

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

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

 span { border-color: rgb(149,90,156); }

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