#947DC4

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

Shades of True V #947DC4

Tints of True V #947DC4

Color information

#947DC4 (or 0x947DC4) is unknown color: approx True V. HEX triplet: 94, 7D and C4. RGB value is (148,125,196). Sum of RGB (Red+Green+Blue) = 148+125+196=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #947DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DC4 is #6B823B. Grayscale: #8B8B8B. Windows color (decimal): -7045692 or 12877204. OLE color: 12877204.

HSL color Cylindrical-coordinate representation of color #947DC4: hue angle of 259.44º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947DC4 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148125196-
CMYK0.240.3600.23
HSL259.44º37.57%62.94%-
HSV(B)259.44º36.22%76.86%-
XYZ29.5124.9555.48-
YUV139.97159.62133.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=31.56%
G=26.65%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481251960.240.3600.23259.4437.5762.94
Hex947DC41824017103263f
Octal22417530430440274034677
Binary1001010011111011100010011000100100010111100000011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,196); }

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

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

 a { background-color: rgb(148,125,196); }

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

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

 span { border-color: rgb(148,125,196); }

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