#9473CC

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

Shades of True V #9473CC

Tints of True V #9473CC

Color information

#9473CC (or 0x9473CC) is unknown color: approx True V. HEX triplet: 94, 73 and CC. RGB value is (148,115,204). Sum of RGB (Red+Green+Blue) = 148+115+204=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #9473CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473CC is #6B8C33. Grayscale: #868686. Windows color (decimal): -7048244 or 13398932. OLE color: 13398932.

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

Color convert

RGB148115204-
CMYK0.270.4400.2
HSL262.25º46.6%62.55%-
HSV(B)262.25º43.63%80%-
XYZ29.2422.9260.01-
YUV135.01166.93137.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=31.69%
G=24.63%
B=43.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481152040.270.4400.2262.2546.662.55
Hex9473CC1B2C0141062f3f
Octal22416331433540244065777
Binary1001010011100111100110011011101100010100100000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9473CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9473CC; }

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

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

<style>
 a { background-color: #9473CC; }

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

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

<style>
 span { border-color: #9473CC; }

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

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