#957ACF

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

Shades of True V #957ACF

Tints of True V #957ACF

Color information

#957ACF (or 0x957ACF) is unknown color: approx True V. HEX triplet: 95, 7A and CF. RGB value is (149,122,207). Sum of RGB (Red+Green+Blue) = 149+122+207=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #957ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ACF is #6A8530. Grayscale: #8B8B8B. Windows color (decimal): -6980913 or 13597333. OLE color: 13597333.

HSL color Cylindrical-coordinate representation of color #957ACF: hue angle of 259.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957ACF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149122207-
CMYK0.280.4100.19
HSL259.06º46.96%64.51%-
HSV(B)259.06º41.06%81.18%-
XYZ30.6224.8162.21-
YUV139.76165.95134.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=31.17%
G=25.52%
B=43.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491222070.280.4100.19259.0646.9664.51
Hex957ACF1C290131032f41
Octal225172317345102340357101
Binary10010101111101011001111111001010010100111000000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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