#957CC2

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

Shades of True V #957CC2

Tints of True V #957CC2

Color information

#957CC2 (or 0x957CC2) is unknown color: approx True V. HEX triplet: 95, 7C and C2. RGB value is (149,124,194). Sum of RGB (Red+Green+Blue) = 149+124+194=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #957CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CC2 is #6A833D. Grayscale: #8B8B8B. Windows color (decimal): -6980414 or 12745877. OLE color: 12745877.

HSL color Cylindrical-coordinate representation of color #957CC2: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #957CC2 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149124194-
CMYK0.230.3600.24
HSL261.43º36.46%62.35%-
HSV(B)261.43º36.08%76.08%-
XYZ29.3424.754.26-
YUV139.45158.78134.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=31.91%
G=26.55%
B=41.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491241940.230.3600.24261.4336.4662.35
Hex957CC21724018105243e
Octal22517430227440304054476
Binary1001010111111001100001010111100100011000100000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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