#9A97EA

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

Shades of Portage #9A97EA

Tints of Portage #9A97EA

Color information

#9A97EA (or 0x9A97EA) is unknown color: approx Portage. HEX triplet: 9A, 97 and EA. RGB value is (154,151,234). Sum of RGB (Red+Green+Blue) = 154+151+234=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A97EA is #656815. Grayscale: #A1A1A1. Windows color (decimal): -6645782 or 15374234. OLE color: 15374234.

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

Color convert

RGB154151234-
CMYK0.340.3500.08
HSL242.17º66.4%75.49%-
HSV(B)242.17º35.47%91.76%-
XYZ39.2434.9482.52-
YUV161.36168.99122.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.57%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=28.57%
G=28.01%
B=43.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541512340.340.3500.08242.1766.475.49
Hex9A97EA222308f2424b
Octal2322273524243010362102113
Binary100110101001011111101010100010100011010001111001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,151,234); }

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

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

 a { background-color: rgb(154,151,234); }

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

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

 span { border-color: rgb(154,151,234); }

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