Html Css Color HEX #9D52BE Deep Lilac

📋 copy color: '#9D52BE'

red 157 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #9D52BE

Tints of Deep Lilac #9D52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 36.6%
G = 19.11%
B = 44.29%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D52BE (or 0x9D52BE) is known color: Deep Lilac. HEX triplet: 9D, 52 and BE. RGB value is (157,82,190). Sum of RGB (Red+Green+Blue) = 157+82+190=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D52BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D52BE is #62AD41. Grayscale: #747474. Windows color (decimal): -6466882 or 12472989. OLE color: 12472989.

HSL color Cylindrical-coordinate representation of color #9D52BE: hue angle of 281.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D52BE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 82 190 -
CMYK 0.17 0.57 0 0.25
HSL 281.67º 0.45% 0.53% -
HSV(B) 281.67º 0.57% 0.75% -
XYZ 26.22 16.92 50.6 -
YUV 116.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 157 82 190 0.17 0.57 0 0.25 281.67 0.45 0.53
Hex 9D 52 BE 11 39 0 19 11A 2D 35
Octal 235 122 276 21 71 0 31 432 55 65
Binary 10011101 1010010 10111110 10001 111001 0 11001 100011010 101101 110101

Color Harmonies of #9D52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D52BE

Black with #9D52BE

Text Example


Text Example

White with #9D52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,82,190); }

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

background-color css

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

 a { background-color: rgb(157,82,190); }

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

border-color css

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

 span { border-color: rgb(157,82,190); }

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