#9D96FD

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

Shades of Portage #9D96FD

Tints of Portage #9D96FD

Color information

#9D96FD (or 0x9D96FD) is unknown color: approx Portage. HEX triplet: 9D, 96 and FD. RGB value is (157,150,253). Sum of RGB (Red+Green+Blue) = 157+150+253=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D96FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D96FD is #626902. Grayscale: #A3A3A3. Windows color (decimal): -6449411 or 16619165. OLE color: 16619165.

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

Color convert

RGB157150253-
CMYK0.380.4100.01
HSL244.08º96.26%79.02%-
HSV(B)244.08º40.71%99.22%-
XYZ42.5436.0797.65-
YUV163.84178.32123.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.04%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=28.04%
G=26.79%
B=45.18%

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
Decimal1571502530.380.4100.01244.0896.2679.02
Hex9D96FD262901f4604f
Octal235226375465101364140117
Binary100111011001011011111101100110101001011111010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D96FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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