#9C96FA

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

Shades of Portage #9C96FA

Tints of Portage #9C96FA

Color information

#9C96FA (or 0x9C96FA) is unknown color: approx Portage. HEX triplet: 9C, 96 and FA. RGB value is (156,150,250). Sum of RGB (Red+Green+Blue) = 156+150+250=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96FA is #636905. Grayscale: #A2A2A2. Windows color (decimal): -6514950 or 16422556. OLE color: 16422556.

HSL color Cylindrical-coordinate representation of color #9C96FA: hue angle of 243.6º 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 #9C96FA is Cyan = 0.38, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156150250-
CMYK0.380.400.02
HSL243.6º90.91%78.43%-
HSV(B)243.6º40%98.04%-
XYZ41.8735.7895.14-
YUV163.19176.99122.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=28.06%
G=26.98%
B=44.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561502500.380.400.02243.690.9178.43
Hex9C96FA262802f45b4e
Octal234226372465002364133116
Binary1001110010010110111110101001101010000101111010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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