#9A93F4

Color #9A93F4 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9A93F4

Tints of Portage #9A93F4

Color information

#9A93F4 (or 0x9A93F4) is unknown color: approx Portage. HEX triplet: 9A, 93 and F4. RGB value is (154,147,244). Sum of RGB (Red+Green+Blue) = 154+147+244=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #9A93F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A93F4 is #656C0B. Grayscale: #9F9F9F. Windows color (decimal): -6646796 or 16028570. OLE color: 16028570.

HSL color Cylindrical-coordinate representation of color #9A93F4: hue angle of 244.33º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A93F4 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB154147244-
CMYK0.370.4000.04
HSL244.33º81.51%76.67%-
HSV(B)244.33º39.75%95.69%-
XYZ40.0934.2790.09-
YUV160.15175.32123.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=28.26%
G=26.97%
B=44.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1541472440.370.4000.04244.3381.5176.67
Hex9A93F4252804f4524d
Octal232223364455004364122115
Binary10011010100100111111010010010110100001001111010010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A93F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A93F4; }

 p { color: rgb(154,147,244); }

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

<style>
 a { background-color: #9A93F4; }

 a { background-color: rgb(154,147,244); }

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

<style>
 span { border-color: #9A93F4; }

 span { border-color: rgb(154,147,244); }

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