Html Css Color HEX #9D56AF Deep Lilac

📋 copy color: '#9D56AF'

red 157 ◦ green 86 ◦ blue 175

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

Shades of Deep Lilac #9D56AF

Tints of Deep Lilac #9D56AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 37.56%
G = 20.57%
B = 41.87%

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

#9D56AF (or 0x9D56AF) is known color: Deep Lilac. HEX triplet: 9D, 56 and AF. RGB value is (157,86,175). Sum of RGB (Red+Green+Blue) = 157+86+175=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D56AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D56AF is #62A950. Grayscale: #757575. Windows color (decimal): -6465873 or 11490973. OLE color: 11490973.

HSL color Cylindrical-coordinate representation of color #9D56AF: hue angle of 287.87º 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 #9D56AF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 86 175 -
CMYK 0.10 0.51 0 0.31
HSL 287.87º 0.36% 0.51% -
HSV(B) 287.87º 0.51% 0.69% -
XYZ 24.97 16.92 42.51 -
YUV 117.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 157 86 175 0.10 0.51 0 0.31 287.87 0.36 0.51
Hex 9D 56 AF A 33 0 1F 120 24 33
Octal 235 126 257 12 63 0 37 440 44 63
Binary 10011101 1010110 10101111 1010 110011 0 11111 100100000 100100 110011

Color Harmonies of #9D56AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D56AF

Black with #9D56AF

Text Example


Text Example

White with #9D56AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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