#957DC9

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

Shades of True V #957DC9

Tints of True V #957DC9

Color information

#957DC9 (or 0x957DC9) is unknown color: approx True V. HEX triplet: 95, 7D and C9. RGB value is (149,125,201). Sum of RGB (Red+Green+Blue) = 149+125+201=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #957DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DC9 is #6A8236. Grayscale: #8C8C8C. Windows color (decimal): -6980151 or 13204885. OLE color: 13204885.

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

Color convert

RGB149125201-
CMYK0.260.3800.21
HSL258.95º41.3%63.92%-
HSV(B)258.95º37.81%78.82%-
XYZ30.2725.2758.54-
YUV140.84161.95133.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=31.37%
G=26.32%
B=42.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491252010.260.3800.21258.9541.363.92
Hex957DC91A260151032940
Octal225175311324602540351100
Binary10010101111110111001001110101001100101011000000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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