#947EC6

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

Shades of True V #947EC6

Tints of True V #947EC6

Color information

#947EC6 (or 0x947EC6) is unknown color: approx True V. HEX triplet: 94, 7E and C6. RGB value is (148,126,198). Sum of RGB (Red+Green+Blue) = 148+126+198=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #947EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EC6 is #6B8139. Grayscale: #8C8C8C. Windows color (decimal): -7045434 or 13008532. OLE color: 13008532.

HSL color Cylindrical-coordinate representation of color #947EC6: hue angle of 258.33º degrees, saturation: 0.39, 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 #947EC6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148126198-
CMYK0.250.3600.22
HSL258.33º38.71%63.53%-
HSV(B)258.33º36.36%77.65%-
XYZ29.8725.2956.73-
YUV140.79160.29133.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=31.36%
G=26.69%
B=41.95%

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
Decimal1481261980.250.3600.22258.3338.7163.53
Hex947EC619240161022740
Octal224176306314402640247100
Binary10010100111111011000110110011001000101101000000101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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