#9B96B2

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

Shades of Logan #9B96B2

Tints of Logan #9B96B2

Color information

#9B96B2 (or 0x9B96B2) is unknown color: approx Logan. HEX triplet: 9B, 96 and B2. RGB value is (155,150,178). Sum of RGB (Red+Green+Blue) = 155+150+178=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B96B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B96B2 is #64694D. Grayscale: #9A9A9A. Windows color (decimal): -6580558 or 11703963. OLE color: 11703963.

HSL color Cylindrical-coordinate representation of color #9B96B2: hue angle of 250.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B96B2 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB155150178-
CMYK0.130.1600.30
HSL250.71º15.38%64.31%-
HSV(B)250.71º15.73%69.8%-
XYZ32.463246.58-
YUV154.69141.16128.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=32.09%
G=31.06%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551501780.130.1600.30250.7115.3864.31
Hex9B96B2D1001Efbf40
Octal233226262152003637317100
Binary1001101110010110101100101101100000111101111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B96B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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