#9995FA

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

Shades of Portage #9995FA

Tints of Portage #9995FA

Color information

#9995FA (or 0x9995FA) is unknown color: approx Portage. HEX triplet: 99, 95 and FA. RGB value is (153,149,250). Sum of RGB (Red+Green+Blue) = 153+149+250=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #9995FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995FA is #666A05. Grayscale: #A1A1A1. Windows color (decimal): -6711814 or 16422297. OLE color: 16422297.

HSL color Cylindrical-coordinate representation of color #9995FA: hue angle of 242.38º 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 #9995FA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153149250-
CMYK0.390.4000.02
HSL242.38º90.99%78.24%-
HSV(B)242.38º40.4%98.04%-
XYZ41.1435.1795.06-
YUV161.71177.83121.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=27.72%
G=26.99%
B=45.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531492500.390.4000.02242.3890.9978.24
Hex9995FA272802f25b4e
Octal231225372475002362133116
Binary1001100110010101111110101001111010000101111001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9995FA; }

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

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

<style>
 a { background-color: #9995FA; }

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

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

<style>
 span { border-color: #9995FA; }

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

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