#9599DB

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

Shades of Portage #9599DB

Tints of Portage #9599DB

Color information

#9599DB (or 0x9599DB) is unknown color: approx Portage. HEX triplet: 95, 99 and DB. RGB value is (149,153,219). Sum of RGB (Red+Green+Blue) = 149+153+219=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9599DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599DB is #6A6624. Grayscale: #9F9F9F. Windows color (decimal): -6972965 or 14391701. OLE color: 14391701.

HSL color Cylindrical-coordinate representation of color #9599DB: hue angle of 236.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9599DB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149153219-
CMYK0.320.3000.14
HSL236.57º49.3%72.16%-
HSV(B)236.57º31.96%85.88%-
XYZ36.5734.2971.71-
YUV159.33161.67120.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=28.60%
G=29.37%
B=42.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491532190.320.3000.14236.5749.372.16
Hex9599DB201E0Eed3148
Octal225231333403601635561110
Binary1001010110011001110110111000001111001110111011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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