Html Css Color HEX #9452AD Deep Lilac

📋 copy color: '#9452AD'

red 148 ◦ green 82 ◦ blue 173

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

Shades of Deep Lilac #9452AD

Tints of Deep Lilac #9452AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 36.72%
G = 20.35%
B = 42.93%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9452AD (or 0x9452AD) is known color: Deep Lilac. HEX triplet: 94, 52 and AD. RGB value is (148,82,173). Sum of RGB (Red+Green+Blue) = 148+82+173=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #9452AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9452AD is #6BAD52. Grayscale: #6F6F6F. Windows color (decimal): -7056723 or 11358868. OLE color: 11358868.

HSL color Cylindrical-coordinate representation of color #9452AD: hue angle of 283.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9452AD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 82 173 -
CMYK 0.14 0.53 0 0.32
HSL 283.52º 0.36% 0.5% -
HSV(B) 283.52º 0.53% 0.68% -
XYZ 22.77 15.35 41.3 -
YUV 112.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 148 82 173 0.14 0.53 0 0.32 283.52 0.36 0.5
Hex 94 52 AD E 35 0 20 11C 24 32
Octal 224 122 255 16 65 0 40 434 44 62
Binary 10010100 1010010 10101101 1110 110101 0 100000 100011100 100100 110010

Color Harmonies of #9452AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9452AD

Black with #9452AD

Text Example


Text Example

White with #9452AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9452AD; }

 p { color: rgb(148,82,173); }

 H1.HeaderClassName
 {
   color: #9452AD;
 }
 .AnyTagClassName
 {
   color: #9452AD;
 }
</style>

background-color css

<style>
 a { background-color: #9452AD; }

 a { background-color: rgb(148,82,173); }

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

border-color css

<style>
 span { border-color: #9452AD; }

 span { border-color: rgb(148,82,173); }

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