#955C9D

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

Shades of Violet Blue #955C9D

Tints of Violet Blue #955C9D

Color information

#955C9D (or 0x955C9D) is unknown color: approx Violet Blue. HEX triplet: 95, 5C and 9D. RGB value is (149,92,157). Sum of RGB (Red+Green+Blue) = 149+92+157=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #955C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C9D is #6AA362. Grayscale: #747474. Windows color (decimal): -6988643 or 10312853. OLE color: 10312853.

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

Color convert

RGB14992157-
CMYK0.050.4100.38
HSL292.62º26.1%48.82%-
HSV(B)292.62º41.4%61.57%-
XYZ22.3116.4833.9-
YUV116.45150.88151.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=37.44%
G=23.12%
B=39.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149921570.050.4100.38292.6226.148.82
Hex955C9D5290261251a31
Octal2251342355510464453261
Binary10010101101110010011101101101001010011010010010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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