#947BC1

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

Shades of True V #947BC1

Tints of True V #947BC1

Color information

#947BC1 (or 0x947BC1) is unknown color: approx True V. HEX triplet: 94, 7B and C1. RGB value is (148,123,193). Sum of RGB (Red+Green+Blue) = 148+123+193=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #947BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BC1 is #6B843E. Grayscale: #8A8A8A. Windows color (decimal): -7046207 or 12680084. OLE color: 12680084.

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

Color convert

RGB148123193-
CMYK0.230.3600.24
HSL261.43º36.08%61.96%-
HSV(B)261.43º36.27%75.69%-
XYZ28.9224.3153.62-
YUV138.45158.78134.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=31.90%
G=26.51%
B=41.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481231930.230.3600.24261.4336.0861.96
Hex947BC11724018105243e
Octal22417330127440304054476
Binary1001010011110111100000110111100100011000100000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,193); }

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

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

 a { background-color: rgb(148,123,193); }

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

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

 span { border-color: rgb(148,123,193); }

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