#9b96ef

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

Shades of Portage #9B96EF

Tints of Portage #9B96EF

Color information

#9B96EF (or 0x9B96EF) is unknown color: approx Portage. HEX triplet: 9B, 96 and EF. RGB value is (155,150,239). Sum of RGB (Red+Green+Blue) = 155+150+239=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B96EF is #646910. Grayscale: #A1A1A1. Windows color (decimal): -6580497 or 15701659. OLE color: 15701659.

HSL color Cylindrical-coordinate representation of color #9B96EF: hue angle of 243.37º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B96EF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155150239-
CMYK0.350.3700.06
HSL243.37º73.55%76.27%-
HSV(B)243.37º37.24%93.73%-
XYZ4035.0186.31-
YUV161.64171.66123.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 239 (93.75% from 255) = 43.93%
R=28.49%
G=27.57%
B=43.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551502390.350.3700.06243.3773.5576.27
Hex9B96EF232506f34a4c
Octal233226357434506363112114
Binary10011011100101101110111110001110010101101111001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b96ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,239); }

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

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

 a { background-color: rgb(155,150,239); }

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

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

 span { border-color: rgb(155,150,239); }

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