#957ACA

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

Shades of True V #957ACA

Tints of True V #957ACA

Color information

#957ACA (or 0x957ACA) is unknown color: approx True V. HEX triplet: 95, 7A and CA. RGB value is (149,122,202). Sum of RGB (Red+Green+Blue) = 149+122+202=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #957ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ACA is #6A8535. Grayscale: #8A8A8A. Windows color (decimal): -6980918 or 13269653. OLE color: 13269653.

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

Color convert

RGB149122202-
CMYK0.260.4000.21
HSL260.25º43.01%63.53%-
HSV(B)260.25º39.6%79.22%-
XYZ30.0124.5759.04-
YUV139.19163.45135-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=31.50%
G=25.79%
B=42.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491222020.260.4000.21260.2543.0163.53
Hex957ACA1A280151042b40
Octal225172312325002540453100
Binary10010101111101011001010110101010000101011000001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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