#955FA4

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

Shades of Violet Blue #955FA4

Tints of Violet Blue #955FA4

Color information

#955FA4 (or 0x955FA4) is unknown color: approx Violet Blue. HEX triplet: 95, 5F and A4. RGB value is (149,95,164). Sum of RGB (Red+Green+Blue) = 149+95+164=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #955FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FA4 is #6AA05B. Grayscale: #767676. Windows color (decimal): -6987868 or 10772373. OLE color: 10772373.

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

Color convert

RGB14995164-
CMYK0.090.4200.36
HSL286.96º27.49%50.78%-
HSV(B)286.96º42.07%64.31%-
XYZ23.1917.2537.23-
YUV119.01153.39149.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=36.52%
G=23.28%
B=40.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149951640.090.4200.36286.9627.4950.78
Hex955FA492A02411f1b33
Octal22513724411520444373363
Binary100101011011111101001001001101010010010010001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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