Html Css Color HEX #9453AC Deep Lilac

📋 copy color: '#9453AC'

red 148 ◦ green 83 ◦ blue 172

#9453AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9453AC

Tints of Deep Lilac #9453AC

RGB

 RED value IS 148 (58.2% from 255) = 36.72%

 GREEN value IS 83 (32.81% from 255) = 20.6%

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 36.72%
G = 20.6%
B = 42.68%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9453AC (or 0x9453AC) is known color: Deep Lilac. HEX triplet: 94, 53 and AC. RGB value is (148,83,172). Sum of RGB (Red+Green+Blue) = 148+83+172=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #9453AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9453AC is #6BAC53. Grayscale: #707070. Windows color (decimal): -7056468 or 11293588. OLE color: 11293588.

HSL color Cylindrical-coordinate representation of color #9453AC: hue angle of 283.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9453AC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 83 172 -
CMYK 0.14 0.52 0 0.33
HSL 283.82º 0.35% 0.5% -
HSV(B) 283.82º 0.52% 0.67% -
XYZ 22.75 15.46 40.81 -
YUV 112.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 148 83 172 0.14 0.52 0 0.33 283.82 0.35 0.5
Hex 94 53 AC E 34 0 21 11C 23 32
Octal 224 123 254 16 64 0 41 434 43 62
Binary 10010100 1010011 10101100 1110 110100 0 100001 100011100 100011 110010

Color Harmonies of #9453AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453AC

Black with #9453AC

Text Example


Text Example

White with #9453AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9453AC; }

 p { color: rgb(148,83,172); }

 H1.HeaderClassName
 {
   color: #9453AC;
 }
 .AnyTagClassName
 {
   color: #9453AC;
 }
</style>

background-color css

<style>
 a { background-color: #9453AC; }

 a { background-color: rgb(148,83,172); }

 div.DivClassName
 {
   background-color: #9453AC;
 }
 .BgClassName
 {
   background-color: #9453AC;
 }
</style>

border-color css

<style>
 span { border-color: #9453AC; }

 span { border-color: rgb(148,83,172); }

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