#9C96FB

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

Shades of Portage #9C96FB

Tints of Portage #9C96FB

Color information

#9C96FB (or 0x9C96FB) is unknown color: approx Portage. HEX triplet: 9C, 96 and FB. RGB value is (156,150,251). Sum of RGB (Red+Green+Blue) = 156+150+251=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96FB is #636904. Grayscale: #A2A2A2. Windows color (decimal): -6514949 or 16488092. OLE color: 16488092.

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

Color convert

RGB156150251-
CMYK0.380.4000.02
HSL243.56º92.66%78.63%-
HSV(B)243.56º40.24%98.43%-
XYZ42.0335.8595.97-
YUV163.31177.49122.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.01%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=28.01%
G=26.93%
B=45.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561502510.380.4000.02243.5692.6678.63
Hex9C96FB262802f45d4f
Octal234226373465002364135117
Binary1001110010010110111110111001101010000101111010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,251); }

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

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

 a { background-color: rgb(156,150,251); }

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

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

 span { border-color: rgb(156,150,251); }

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