#9C96FD

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

Shades of Portage #9C96FD

Tints of Portage #9C96FD

Color information

#9C96FD (or 0x9C96FD) is unknown color: approx Portage. HEX triplet: 9C, 96 and FD. RGB value is (156,150,253). Sum of RGB (Red+Green+Blue) = 156+150+253=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C96FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96FD is #636902. Grayscale: #A3A3A3. Windows color (decimal): -6514947 or 16619164. OLE color: 16619164.

HSL color Cylindrical-coordinate representation of color #9C96FD: hue angle of 243.5º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C96FD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156150253-
CMYK0.380.4100.01
HSL243.5º96.26%79.02%-
HSV(B)243.5º40.71%99.22%-
XYZ42.3535.9797.64-
YUV163.54178.49122.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=27.91%
G=26.83%
B=45.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561502530.380.4100.01243.596.2679.02
Hex9C96FD262901f3604f
Octal234226375465101363140117
Binary100111001001011011111101100110101001011111001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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