Html Css Color HEX #9A52BA Deep Lilac

📋 copy color: '#9A52BA'

red 154 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #9A52BA

Tints of Deep Lilac #9A52BA

RGB

 RED value IS 154 (60.55% from 255) = 36.49%

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 36.49%
G = 19.43%
B = 44.08%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A52BA (or 0x9A52BA) is known color: Deep Lilac. HEX triplet: 9A, 52 and BA. RGB value is (154,82,186). Sum of RGB (Red+Green+Blue) = 154+82+186=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52BA is #65AD45. Grayscale: #737373. Windows color (decimal): -6663494 or 12210842. OLE color: 12210842.

HSL color Cylindrical-coordinate representation of color #9A52BA: hue angle of 281.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A52BA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 82 186 -
CMYK 0.17 0.56 0 0.27
HSL 281.54º 0.43% 0.53% -
HSV(B) 281.54º 0.56% 0.73% -
XYZ 25.21 16.45 48.3 -
YUV 115.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 154 82 186 0.17 0.56 0 0.27 281.54 0.43 0.53
Hex 9A 52 BA 11 38 0 1B 11A 2B 35
Octal 232 122 272 21 70 0 33 432 53 65
Binary 10011010 1010010 10111010 10001 111000 0 11011 100011010 101011 110101

Color Harmonies of #9A52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A52BA

Black with #9A52BA

Text Example


Text Example

White with #9A52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,82,186); }

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

background-color css

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

 a { background-color: rgb(154,82,186); }

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

border-color css

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

 span { border-color: rgb(154,82,186); }

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