#947ECF

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

Shades of True V #947ECF

Tints of True V #947ECF

Color information

#947ECF (or 0x947ECF) is unknown color: approx True V. HEX triplet: 94, 7E and CF. RGB value is (148,126,207). Sum of RGB (Red+Green+Blue) = 148+126+207=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #947ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ECF is #6B8130. Grayscale: #8D8D8D. Windows color (decimal): -7045425 or 13598356. OLE color: 13598356.

HSL color Cylindrical-coordinate representation of color #947ECF: hue angle of 256.3º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947ECF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148126207-
CMYK0.290.3900.19
HSL256.3º45.76%65.29%-
HSV(B)256.3º39.13%81.18%-
XYZ30.9425.7262.37-
YUV141.81164.79132.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=30.77%
G=26.20%
B=43.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481262070.290.3900.19256.345.7665.29
Hex947ECF1D270131002e41
Octal224176317354702340056101
Binary10010100111111011001111111011001110100111000000001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,126,207); }

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

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

 a { background-color: rgb(148,126,207); }

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

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

 span { border-color: rgb(148,126,207); }

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