Html Css Color HEX #9455AD Deep Lilac

📋 copy color: '#9455AD'

red 148 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #9455AD

Tints of Deep Lilac #9455AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

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

R = 36.45%
G = 20.94%
B = 42.61%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9455AD (or 0x9455AD) is known color: Deep Lilac. HEX triplet: 94, 55 and AD. RGB value is (148,85,173). Sum of RGB (Red+Green+Blue) = 148+85+173=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #9455AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9455AD is #6BAA52. Grayscale: #717171. Windows color (decimal): -7055955 or 11359636. OLE color: 11359636.

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

Color convert

RGB 148 85 173 -
CMYK 0.14 0.51 0 0.32
HSL 282.95º 0.35% 0.51% -
HSV(B) 282.95º 0.51% 0.68% -
XYZ 23 15.81 41.37 -
YUV 113.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 148 85 173 0.14 0.51 0 0.32 282.95 0.35 0.51
Hex 94 55 AD E 33 0 20 11B 23 33
Octal 224 125 255 16 63 0 40 433 43 63
Binary 10010100 1010101 10101101 1110 110011 0 100000 100011011 100011 110011

Color Harmonies of #9455AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9455AD

Black with #9455AD

Text Example


Text Example

White with #9455AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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