Html Css Color HEX #9D55AF Deep Lilac

📋 copy color: '#9D55AF'

red 157 ◦ green 85 ◦ blue 175

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

Shades of Deep Lilac #9D55AF

Tints of Deep Lilac #9D55AF

RGB

 RED value IS 157 (61.72% from 255) = 37.65%

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 37.65%
G = 20.38%
B = 41.97%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D55AF (or 0x9D55AF) is known color: Deep Lilac. HEX triplet: 9D, 55 and AF. RGB value is (157,85,175). Sum of RGB (Red+Green+Blue) = 157+85+175=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D55AF is #62AA50. Grayscale: #747474. Windows color (decimal): -6466129 or 11490717. OLE color: 11490717.

HSL color Cylindrical-coordinate representation of color #9D55AF: hue angle of 288º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D55AF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 85 175 -
CMYK 0.10 0.51 0 0.31
HSL 288º 0.36% 0.51% -
HSV(B) 288º 0.51% 0.69% -
XYZ 24.89 16.76 42.48 -
YUV 116.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 157 85 175 0.10 0.51 0 0.31 288 0.36 0.51
Hex 9D 55 AF A 33 0 1F 120 24 33
Octal 235 125 257 12 63 0 37 440 44 63
Binary 10011101 1010101 10101111 1010 110011 0 11111 100100000 100100 110011

Color Harmonies of #9D55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D55AF

Black with #9D55AF

Text Example


Text Example

White with #9D55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D55AF; }

 p { color: rgb(157,85,175); }

 H1.HeaderClassName
 {
   color: #9D55AF;
 }
 .AnyTagClassName
 {
   color: #9D55AF;
 }
</style>

background-color css

<style>
 a { background-color: #9D55AF; }

 a { background-color: rgb(157,85,175); }

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

border-color css

<style>
 span { border-color: #9D55AF; }

 span { border-color: rgb(157,85,175); }

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