#9D9AF9

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

Shades of Portage #9D9AF9

Tints of Portage #9D9AF9

Color information

#9D9AF9 (or 0x9D9AF9) is unknown color: approx Portage. HEX triplet: 9D, 9A and F9. RGB value is (157,154,249). Sum of RGB (Red+Green+Blue) = 157+154+249=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D9AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AF9 is #626506. Grayscale: #A5A5A5. Windows color (decimal): -6448391 or 16358045. OLE color: 16358045.

HSL color Cylindrical-coordinate representation of color #9D9AF9: hue angle of 241.89º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D9AF9 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157154249-
CMYK0.370.3800.02
HSL241.89º88.79%79.02%-
HSV(B)241.89º38.15%97.65%-
XYZ42.5637.1294.54-
YUV165.73174.99121.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.04%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=28.04%
G=27.5%
B=44.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571542490.370.3800.02241.8988.7979.02
Hex9D9AF9252602f2594f
Octal235232371454602362131117
Binary1001110110011010111110011001011001100101111001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,154,249); }

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

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

 a { background-color: rgb(157,154,249); }

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

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

 span { border-color: rgb(157,154,249); }

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