#955C9C

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

Shades of Violet Blue #955C9C

Tints of Violet Blue #955C9C

Color information

#955C9C (or 0x955C9C) is unknown color: approx Violet Blue. HEX triplet: 95, 5C and 9C. RGB value is (149,92,156). Sum of RGB (Red+Green+Blue) = 149+92+156=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #955C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C9C is #6AA363. Grayscale: #747474. Windows color (decimal): -6988644 or 10247317. OLE color: 10247317.

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

Color convert

RGB14992156-
CMYK0.040.4100.39
HSL293.44º25.81%48.63%-
HSV(B)293.44º41.03%61.18%-
XYZ22.2216.4433.46-
YUV116.34150.38151.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=37.53%
G=23.17%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149921560.040.4100.39293.4425.8148.63
Hex955C9C4290271251a31
Octal2251342344510474453261
Binary10010101101110010011100100101001010011110010010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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