#947FD1

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

Shades of True V #947FD1

Tints of True V #947FD1

Color information

#947FD1 (or 0x947FD1) is unknown color: approx True V. HEX triplet: 94, 7F and D1. RGB value is (148,127,209). Sum of RGB (Red+Green+Blue) = 148+127+209=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #947FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FD1 is #6B802E. Grayscale: #8E8E8E. Windows color (decimal): -7045167 or 13729684. OLE color: 13729684.

HSL color Cylindrical-coordinate representation of color #947FD1: hue angle of 255.37º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947FD1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148127209-
CMYK0.290.3900.18
HSL255.37º47.13%65.88%-
HSV(B)255.37º39.23%81.96%-
XYZ31.3126.0863.7-
YUV142.63165.46131.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=30.58%
G=26.24%
B=43.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481272090.290.3900.18255.3747.1365.88
Hex947FD11D27012ff2f42
Octal224177321354702237757102
Binary1001010011111111101000111101100111010010111111111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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