Html Css Color HEX #9D5ABC Deep Lilac

📋 copy color: '#9D5ABC'

red 157 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #9D5ABC

Tints of Deep Lilac #9D5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.69%

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 36.09%
G = 20.69%
B = 43.22%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D5ABC (or 0x9D5ABC) is known color: Deep Lilac. HEX triplet: 9D, 5A and BC. RGB value is (157,90,188). Sum of RGB (Red+Green+Blue) = 157+90+188=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ABC is #62A543. Grayscale: #787878. Windows color (decimal): -6464836 or 12343965. OLE color: 12343965.

HSL color Cylindrical-coordinate representation of color #9D5ABC: hue angle of 281.02º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D5ABC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 90 188 -
CMYK 0.16 0.52 0 0.26
HSL 281.02º 0.42% 0.55% -
HSV(B) 281.02º 0.52% 0.74% -
XYZ 26.64 18.11 49.67 -
YUV 121.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 157 90 188 0.16 0.52 0 0.26 281.02 0.42 0.55
Hex 9D 5A BC 10 34 0 1A 119 2A 37
Octal 235 132 274 20 64 0 32 431 52 67
Binary 10011101 1011010 10111100 10000 110100 0 11010 100011001 101010 110111

Color Harmonies of #9D5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5ABC

Black with #9D5ABC

Text Example


Text Example

White with #9D5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,90,188); }

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

background-color css

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

 a { background-color: rgb(157,90,188); }

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

border-color css

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

 span { border-color: rgb(157,90,188); }

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