#955CA4

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

Shades of Violet Blue #955CA4

Tints of Violet Blue #955CA4

Color information

#955CA4 (or 0x955CA4) is unknown color: approx Violet Blue. HEX triplet: 95, 5C and A4. RGB value is (149,92,164). Sum of RGB (Red+Green+Blue) = 149+92+164=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #955CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CA4 is #6AA35B. Grayscale: #757575. Windows color (decimal): -6988636 or 10771605. OLE color: 10771605.

HSL color Cylindrical-coordinate representation of color #955CA4: hue angle of 287.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955CA4 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14992164-
CMYK0.090.4400.36
HSL287.5º28.35%50.2%-
HSV(B)287.5º43.9%64.31%-
XYZ22.9216.7237.14-
YUV117.25154.38150.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=36.79%
G=22.72%
B=40.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149921640.090.4400.36287.528.3550.2
Hex955CA492C0241201c32
Octal22513424411540444403462
Binary100101011011100101001001001101100010010010010000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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