#9248AF

Color #9248AF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9248AF

Tints of Deep Lilac #9248AF

Color information

#9248AF (or 0x9248AF) is unknown color: approx Deep Lilac. HEX triplet: 92, 48 and AF. RGB value is (146,72,175). Sum of RGB (Red+Green+Blue) = 146+72+175=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #9248AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9248AF is #6DB750. Grayscale: #696969. Windows color (decimal): -7190353 or 11487378. OLE color: 11487378.

HSL color Cylindrical-coordinate representation of color #9248AF: hue angle of 283.11º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9248AF is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14672175-
CMYK0.170.5900.31
HSL283.11º41.7%48.43%-
HSV(B)283.11º58.86%68.63%-
XYZ21.9113.8442.07-
YUV105.87167.02156.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=37.15%
G=18.32%
B=44.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146721750.170.5900.31283.1141.748.43
Hex9248AF113B01F11b2a30
Octal22211025721730374335260
Binary1001001010010001010111110001111011011111100011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9248AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9248AF; }

 p { color: rgb(146,72,175); }

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

<style>
 a { background-color: #9248AF; }

 a { background-color: rgb(146,72,175); }

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

<style>
 span { border-color: #9248AF; }

 span { border-color: rgb(146,72,175); }

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