#9599DF

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

Shades of Portage #9599DF

Tints of Portage #9599DF

Color information

#9599DF (or 0x9599DF) is unknown color: approx Portage. HEX triplet: 95, 99 and DF. RGB value is (149,153,223). Sum of RGB (Red+Green+Blue) = 149+153+223=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9599DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599DF is #6A6620. Grayscale: #9F9F9F. Windows color (decimal): -6972961 or 14653845. OLE color: 14653845.

HSL color Cylindrical-coordinate representation of color #9599DF: hue angle of 236.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9599DF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149153223-
CMYK0.330.3100.13
HSL236.76º53.62%72.94%-
HSV(B)236.76º33.18%87.45%-
XYZ37.134.574.52-
YUV159.78163.67120.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=28.38%
G=29.14%
B=42.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491532230.330.3100.13236.7653.6272.94
Hex9599DF211F0Ded3649
Octal225231337413701535566111
Binary1001010110011001110111111000011111101101111011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9599DF; }

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

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

<style>
 a { background-color: #9599DF; }

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

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

<style>
 span { border-color: #9599DF; }

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

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