#957CCA

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

Shades of True V #957CCA

Tints of True V #957CCA

Color information

#957CCA (or 0x957CCA) is unknown color: approx True V. HEX triplet: 95, 7C and CA. RGB value is (149,124,202). Sum of RGB (Red+Green+Blue) = 149+124+202=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #957CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CCA is #6A8335. Grayscale: #8C8C8C. Windows color (decimal): -6980406 or 13270165. OLE color: 13270165.

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

Color convert

RGB149124202-
CMYK0.260.3900.21
HSL259.23º42.39%63.92%-
HSV(B)259.23º38.61%79.22%-
XYZ30.2625.0759.12-
YUV140.37162.78134.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=31.37%
G=26.11%
B=42.53%

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
Decimal1491242020.260.3900.21259.2342.3963.92
Hex957CCA1A270151032a40
Octal225174312324702540352100
Binary10010101111110011001010110101001110101011000000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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