Html Css Color HEX #9539AC Deep Lilac

📋 copy color: '#9539AC'

red 149 ◦ green 57 ◦ blue 172

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

Shades of Deep Lilac #9539AC

Tints of Deep Lilac #9539AC

RGB

 RED value IS 149 (58.59% from 255) = 39.42%

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 39.42%
G = 15.08%
B = 45.5%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9539AC (or 0x9539AC) is known color: Deep Lilac. HEX triplet: 95, 39 and AC. RGB value is (149,57,172). Sum of RGB (Red+Green+Blue) = 149+57+172=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #9539AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9539AC is #6AC653. Grayscale: #616161. Windows color (decimal): -6997588 or 11286933. OLE color: 11286933.

HSL color Cylindrical-coordinate representation of color #9539AC: hue angle of 288º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9539AC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 57 172 -
CMYK 0.13 0.67 0 0.33
HSL 288º 0.5% 0.45% -
HSV(B) 288º 0.67% 0.67% -
XYZ 21.3 12.29 40.28 -
YUV 97.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 149 57 172 0.13 0.67 0 0.33 288 0.5 0.45
Hex 95 39 AC D 43 0 21 120 32 2D
Octal 225 71 254 15 103 0 41 440 62 55
Binary 10010101 111001 10101100 1101 1000011 0 100001 100100000 110010 101101

Color Harmonies of #9539AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9539AC

Black with #9539AC

Text Example


Text Example

White with #9539AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9539AC; }

 p { color: rgb(149,57,172); }

 H1.HeaderClassName
 {
   color: #9539AC;
 }
 .AnyTagClassName
 {
   color: #9539AC;
 }
</style>

background-color css

<style>
 a { background-color: #9539AC; }

 a { background-color: rgb(149,57,172); }

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

border-color css

<style>
 span { border-color: #9539AC; }

 span { border-color: rgb(149,57,172); }

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