#9A97FD

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

Shades of Portage #9A97FD

Tints of Portage #9A97FD

Color information

#9A97FD (or 0x9A97FD) is unknown color: approx Portage. HEX triplet: 9A, 97 and FD. RGB value is (154,151,253). Sum of RGB (Red+Green+Blue) = 154+151+253=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A97FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A97FD is #656802. Grayscale: #A3A3A3. Windows color (decimal): -6645763 or 16619418. OLE color: 16619418.

HSL color Cylindrical-coordinate representation of color #9A97FD: hue angle of 241.76º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A97FD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154151253-
CMYK0.390.4000.01
HSL241.76º96.23%79.22%-
HSV(B)241.76º40.32%99.22%-
XYZ42.1236.197.68-
YUV163.52178.49121.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=27.60%
G=27.06%
B=45.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541512530.390.4000.01241.7696.2379.22
Hex9A97FD272801f2604f
Octal232227375475001362140117
Binary100110101001011111111101100111101000011111001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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