Html Css Color HEX #9755AD Deep Lilac

📋 copy color: '#9755AD'

red 151 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #9755AD

Tints of Deep Lilac #9755AD

RGB

 RED value IS 151 (59.38% from 255) = 36.92%

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

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

R = 36.92%
G = 20.78%
B = 42.3%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9755AD (or 0x9755AD) is known color: Deep Lilac. HEX triplet: 97, 55 and AD. RGB value is (151,85,173). Sum of RGB (Red+Green+Blue) = 151+85+173=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #9755AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9755AD is #68AA52. Grayscale: #727272. Windows color (decimal): -6859347 or 11359639. OLE color: 11359639.

HSL color Cylindrical-coordinate representation of color #9755AD: hue angle of 285º 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 #9755AD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 85 173 -
CMYK 0.13 0.51 0 0.32
HSL 285º 0.35% 0.51% -
HSV(B) 285º 0.51% 0.68% -
XYZ 23.55 16.09 41.4 -
YUV 114.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 151 85 173 0.13 0.51 0 0.32 285 0.35 0.51
Hex 97 55 AD D 33 0 20 11D 23 33
Octal 227 125 255 15 63 0 40 435 43 63
Binary 10010111 1010101 10101101 1101 110011 0 100000 100011101 100011 110011

Color Harmonies of #9755AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755AD

Black with #9755AD

Text Example


Text Example

White with #9755AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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