#947CCC

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

Shades of True V #947CCC

Tints of True V #947CCC

Color information

#947CCC (or 0x947CCC) is unknown color: approx True V. HEX triplet: 94, 7C and CC. RGB value is (148,124,204). Sum of RGB (Red+Green+Blue) = 148+124+204=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #947CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CCC is #6B8333. Grayscale: #8C8C8C. Windows color (decimal): -7045940 or 13401236. OLE color: 13401236.

HSL color Cylindrical-coordinate representation of color #947CCC: hue angle of 258º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947CCC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148124204-
CMYK0.270.3900.2
HSL258º43.96%64.31%-
HSV(B)258º39.22%80%-
XYZ30.3225.0760.37-
YUV140.3163.95133.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 124 (48.83% from 255) = 26.05%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=31.09%
G=26.05%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481242040.270.3900.225843.9664.31
Hex947CCC1B270141022c40
Octal224174314334702440254100
Binary10010100111110011001100110111001110101001000000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,204); }

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

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

 a { background-color: rgb(148,124,204); }

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

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

 span { border-color: rgb(148,124,204); }

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