#947AC3

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

Shades of True V #947AC3

Tints of True V #947AC3

Color information

#947AC3 (or 0x947AC3) is unknown color: approx True V. HEX triplet: 94, 7A and C3. RGB value is (148,122,195). Sum of RGB (Red+Green+Blue) = 148+122+195=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #947AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AC3 is #6B853C. Grayscale: #898989. Windows color (decimal): -7046461 or 12810900. OLE color: 12810900.

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

Color convert

RGB148122195-
CMYK0.240.3700.24
HSL261.37º37.82%62.16%-
HSV(B)261.37º37.44%76.47%-
XYZ29.0224.1654.76-
YUV138.1160.11135.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=31.83%
G=26.24%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481221950.240.3700.24261.3737.8262.16
Hex947AC31825018105263e
Octal22417230330450304054676
Binary1001010011110101100001111000100101011000100000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947AC3; }

 p { color: rgb(148,122,195); }

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

<style>
 a { background-color: #947AC3; }

 a { background-color: rgb(148,122,195); }

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

<style>
 span { border-color: #947AC3; }

 span { border-color: rgb(148,122,195); }

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