#947CCE

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

Shades of True V #947CCE

Tints of True V #947CCE

Color information

#947CCE (or 0x947CCE) is unknown color: approx True V. HEX triplet: 94, 7C and CE. RGB value is (148,124,206). Sum of RGB (Red+Green+Blue) = 148+124+206=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #947CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CCE is #6B8331. Grayscale: #8C8C8C. Windows color (decimal): -7045938 or 13532308. OLE color: 13532308.

HSL color Cylindrical-coordinate representation of color #947CCE: hue angle of 257.56º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947CCE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148124206-
CMYK0.280.4000.19
HSL257.56º45.56%64.71%-
HSV(B)257.56º39.81%80.78%-
XYZ30.5625.1761.64-
YUV140.52164.95133.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=30.96%
G=25.94%
B=43.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481242060.280.4000.19257.5645.5664.71
Hex947CCE1C280131022e41
Octal224174316345002340256101
Binary10010100111110011001110111001010000100111000000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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