#957AC9

Color #957AC9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #957AC9

Tints of True V #957AC9

Color information

#957AC9 (or 0x957AC9) is unknown color: approx True V. HEX triplet: 95, 7A and C9. RGB value is (149,122,201). Sum of RGB (Red+Green+Blue) = 149+122+201=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #957AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AC9 is #6A8536. Grayscale: #8A8A8A. Windows color (decimal): -6980919 or 13204117. OLE color: 13204117.

HSL color Cylindrical-coordinate representation of color #957AC9: hue angle of 260.51º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957AC9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149122201-
CMYK0.260.3900.21
HSL260.51º42.25%63.33%-
HSV(B)260.51º39.3%78.82%-
XYZ29.924.5358.42-
YUV139.08162.95135.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=31.57%
G=25.85%
B=42.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491222010.260.3900.21260.5142.2563.33
Hex957AC91A270151052a3f
Octal22517231132470254055277
Binary1001010111110101100100111010100111010101100000101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957AC9; }

 p { color: rgb(149,122,201); }

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

<style>
 a { background-color: #957AC9; }

 a { background-color: rgb(149,122,201); }

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

<style>
 span { border-color: #957AC9; }

 span { border-color: rgb(149,122,201); }

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