#9A93B3

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

Shades of Logan #9A93B3

Tints of Logan #9A93B3

Color information

#9A93B3 (or 0x9A93B3) is unknown color: approx Logan. HEX triplet: 9A, 93 and B3. RGB value is (154,147,179). Sum of RGB (Red+Green+Blue) = 154+147+179=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A93B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A93B3 is #656C4C. Grayscale: #989898. Windows color (decimal): -6646861 or 11768730. OLE color: 11768730.

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

Color convert

RGB154147179-
CMYK0.140.1800.30
HSL253.12º17.39%63.92%-
HSV(B)253.12º17.88%70.2%-
XYZ31.930.9946.95-
YUV152.74142.82128.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 179 (70.31% from 255) = 37.29%
R=32.08%
G=30.62%
B=37.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541471790.140.1800.30253.1217.3963.92
Hex9A93B3E1201Efd1140
Octal232223263162203637521100
Binary10011010100100111011001111101001001111011111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,147,179); }

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

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

 a { background-color: rgb(154,147,179); }

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

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

 span { border-color: rgb(154,147,179); }

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