#9593FB

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

Shades of Portage #9593FB

Tints of Portage #9593FB

Color information

#9593FB (or 0x9593FB) is unknown color: approx Portage. HEX triplet: 95, 93 and FB. RGB value is (149,147,251). Sum of RGB (Red+Green+Blue) = 149+147+251=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9593FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9593FB is #6A6C04. Grayscale: #9F9F9F. Windows color (decimal): -6974469 or 16487317. OLE color: 16487317.

HSL color Cylindrical-coordinate representation of color #9593FB: hue angle of 241.15º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9593FB is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149147251-
CMYK0.410.4100.02
HSL241.15º92.86%78.04%-
HSV(B)241.15º41.43%98.43%-
XYZ40.2434.2295.75-
YUV159.45179.66120.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=27.24%
G=26.87%
B=45.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491472510.410.4100.02241.1592.8678.04
Hex9593FB292902f15d4e
Octal225223373515102361135116
Binary1001010110010011111110111010011010010101111000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9593FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9593FB; }

 p { color: rgb(149,147,251); }

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

<style>
 a { background-color: #9593FB; }

 a { background-color: rgb(149,147,251); }

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

<style>
 span { border-color: #9593FB; }

 span { border-color: rgb(149,147,251); }

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