#9D95FA

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

Shades of Portage #9D95FA

Tints of Portage #9D95FA

Color information

#9D95FA (or 0x9D95FA) is unknown color: approx Portage. HEX triplet: 9D, 95 and FA. RGB value is (157,149,250). Sum of RGB (Red+Green+Blue) = 157+149+250=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D95FA is #626A05. Grayscale: #A2A2A2. Windows color (decimal): -6449670 or 16422301. OLE color: 16422301.

HSL color Cylindrical-coordinate representation of color #9D95FA: hue angle of 244.75º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D95FA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157149250-
CMYK0.370.4000.02
HSL244.75º90.99%78.24%-
HSV(B)244.75º40.4%98.04%-
XYZ41.9135.5795.1-
YUV162.91177.15123.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=28.24%
G=26.80%
B=44.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571492500.370.4000.02244.7590.9978.24
Hex9D95FA252802f55b4e
Octal235225372455002365133116
Binary1001110110010101111110101001011010000101111010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,149,250); }

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

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

 a { background-color: rgb(157,149,250); }

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

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

 span { border-color: rgb(157,149,250); }

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