#947ECE

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

Shades of True V #947ECE

Tints of True V #947ECE

Color information

#947ECE (or 0x947ECE) is unknown color: approx True V. HEX triplet: 94, 7E and CE. RGB value is (148,126,206). Sum of RGB (Red+Green+Blue) = 148+126+206=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #947ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ECE is #6B8131. Grayscale: #8D8D8D. Windows color (decimal): -7045426 or 13532820. OLE color: 13532820.

HSL color Cylindrical-coordinate representation of color #947ECE: hue angle of 256.5º degrees, saturation: 0.45, 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 #947ECE is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148126206-
CMYK0.280.3900.19
HSL256.5º44.94%65.1%-
HSV(B)256.5º38.83%80.78%-
XYZ30.8125.6761.72-
YUV141.7164.29132.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=30.83%
G=26.25%
B=42.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481262060.280.3900.19256.544.9465.1
Hex947ECE1C270131002d41
Octal224176316344702340055101
Binary10010100111111011001110111001001110100111000000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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