#947ACA

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

Shades of True V #947ACA

Tints of True V #947ACA

Color information

#947ACA (or 0x947ACA) is unknown color: approx True V. HEX triplet: 94, 7A and CA. RGB value is (148,122,202). Sum of RGB (Red+Green+Blue) = 148+122+202=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #947ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ACA is #6B8535. Grayscale: #8A8A8A. Windows color (decimal): -7046454 or 13269652. OLE color: 13269652.

HSL color Cylindrical-coordinate representation of color #947ACA: hue angle of 259.5º 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 #947ACA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148122202-
CMYK0.270.4000.21
HSL259.5º43.01%63.53%-
HSV(B)259.5º39.6%79.22%-
XYZ29.8324.4859.03-
YUV138.89163.61134.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=31.36%
G=25.85%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481222020.270.4000.21259.543.0163.53
Hex947ACA1B280151042b40
Octal224172312335002540453100
Binary10010100111101011001010110111010000101011000001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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