#9A93F1

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

Shades of Portage #9A93F1

Tints of Portage #9A93F1

Color information

#9A93F1 (or 0x9A93F1) is unknown color: approx Portage. HEX triplet: 9A, 93 and F1. RGB value is (154,147,241). Sum of RGB (Red+Green+Blue) = 154+147+241=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A93F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A93F1 is #656C0E. Grayscale: #9F9F9F. Windows color (decimal): -6646799 or 15831962. OLE color: 15831962.

HSL color Cylindrical-coordinate representation of color #9A93F1: hue angle of 244.47º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A93F1 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154147241-
CMYK0.360.3900.05
HSL244.47º77.05%76.08%-
HSV(B)244.47º39%94.51%-
XYZ39.6434.0987.71-
YUV159.81173.82123.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.41%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=28.41%
G=27.12%
B=44.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541472410.360.3900.05244.4777.0576.08
Hex9A93F1242705f44d4c
Octal232223361444705364115114
Binary10011010100100111111000110010010011101011111010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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