#9993EA

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

Shades of Portage #9993EA

Tints of Portage #9993EA

Color information

#9993EA (or 0x9993EA) is unknown color: approx Portage. HEX triplet: 99, 93 and EA. RGB value is (153,147,234). Sum of RGB (Red+Green+Blue) = 153+147+234=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #9993EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993EA is #666C15. Grayscale: #9E9E9E. Windows color (decimal): -6712342 or 15373209. OLE color: 15373209.

HSL color Cylindrical-coordinate representation of color #9993EA: hue angle of 244.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9993EA is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153147234-
CMYK0.350.3700.08
HSL244.14º67.44%74.71%-
HSV(B)244.14º37.18%91.76%-
XYZ38.4233.5882.3-
YUV158.71170.49123.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.65%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=28.65%
G=27.53%
B=43.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531472340.350.3700.08244.1467.4474.71
Hex9993EA232508f4434b
Octal2312233524345010364103113
Binary100110011001001111101010100011100101010001111010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9993EA; }

 p { color: rgb(153,147,234); }

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

<style>
 a { background-color: #9993EA; }

 a { background-color: rgb(153,147,234); }

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

<style>
 span { border-color: #9993EA; }

 span { border-color: rgb(153,147,234); }

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