#957DCA

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

Shades of True V #957DCA

Tints of True V #957DCA

Color information

#957DCA (or 0x957DCA) is unknown color: approx True V. HEX triplet: 95, 7D and CA. RGB value is (149,125,202). Sum of RGB (Red+Green+Blue) = 149+125+202=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #957DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DCA is #6A8235. Grayscale: #8C8C8C. Windows color (decimal): -6980150 or 13270421. OLE color: 13270421.

HSL color Cylindrical-coordinate representation of color #957DCA: hue angle of 258.7º degrees, saturation: 0.42, 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 #957DCA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149125202-
CMYK0.260.3800.21
HSL258.7º42.08%64.12%-
HSV(B)258.7º38.12%79.22%-
XYZ30.3925.3259.16-
YUV140.95162.45133.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=31.30%
G=26.26%
B=42.44%

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
Decimal1491252020.260.3800.21258.742.0864.12
Hex957DCA1A260151032a40
Octal225175312324602540352100
Binary10010101111110111001010110101001100101011000000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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