Html Css Color HEX #9D61BC Deep Lilac

📋 copy color: '#9D61BC'

red 157 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #9D61BC

Tints of Deep Lilac #9D61BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

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

R = 35.52%
G = 21.95%
B = 42.53%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D61BC (or 0x9D61BC) is known color: Deep Lilac. HEX triplet: 9D, 61 and BC. RGB value is (157,97,188). Sum of RGB (Red+Green+Blue) = 157+97+188=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D61BC is #629E43. Grayscale: #7D7D7D. Windows color (decimal): -6463044 or 12345757. OLE color: 12345757.

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

Color convert

RGB 157 97 188 -
CMYK 0.16 0.48 0 0.26
HSL 279.56º 0.4% 0.56% -
HSV(B) 279.56º 0.48% 0.74% -
XYZ 27.26 19.35 49.87 -
YUV 125.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 157 97 188 0.16 0.48 0 0.26 279.56 0.4 0.56
Hex 9D 61 BC 10 30 0 1A 118 28 38
Octal 235 141 274 20 60 0 32 430 50 70
Binary 10011101 1100001 10111100 10000 110000 0 11010 100011000 101000 111000

Color Harmonies of #9D61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D61BC

Black with #9D61BC

Text Example


Text Example

White with #9D61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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