#947FC6

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

Shades of True V #947FC6

Tints of True V #947FC6

Color information

#947FC6 (or 0x947FC6) is unknown color: approx True V. HEX triplet: 94, 7F and C6. RGB value is (148,127,198). Sum of RGB (Red+Green+Blue) = 148+127+198=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #947FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FC6 is #6B8039. Grayscale: #8D8D8D. Windows color (decimal): -7045178 or 13008788. OLE color: 13008788.

HSL color Cylindrical-coordinate representation of color #947FC6: hue angle of 257.75º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947FC6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148127198-
CMYK0.250.3600.22
HSL257.75º38.38%63.73%-
HSV(B)257.75º35.86%77.65%-
XYZ3025.5556.78-
YUV141.37159.96132.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=31.29%
G=26.85%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481271980.250.3600.22257.7538.3863.73
Hex947FC619240161022640
Octal224177306314402640246100
Binary10010100111111111000110110011001000101101000000101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,198); }

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

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

 a { background-color: rgb(148,127,198); }

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

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

 span { border-color: rgb(148,127,198); }

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