#9A96BE

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

Shades of Logan #9A96BE

Tints of Logan #9A96BE

Color information

#9A96BE (or 0x9A96BE) is unknown color: approx Logan. HEX triplet: 9A, 96 and BE. RGB value is (154,150,190). Sum of RGB (Red+Green+Blue) = 154+150+190=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A96BE is #656941. Grayscale: #9B9B9B. Windows color (decimal): -6646082 or 12490394. OLE color: 12490394.

HSL color Cylindrical-coordinate representation of color #9A96BE: hue angle of 246º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A96BE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154150190-
CMYK0.190.2100.25
HSL246º23.53%66.67%-
HSV(B)246º21.05%74.51%-
XYZ33.5332.453.2-
YUV155.76147.33126.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=31.17%
G=30.36%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541501900.190.2100.2524623.5366.67
Hex9A96BE1315019f61843
Octal232226276232503136630103
Binary100110101001011010111110100111010101100111110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,150,190); }

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

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

 a { background-color: rgb(154,150,190); }

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

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

 span { border-color: rgb(154,150,190); }

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