Html Css Color HEX #9A52CE Deep Lilac

📋 copy color: '#9A52CE'

red 154 ◦ green 82 ◦ blue 206

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

Shades of Deep Lilac #9A52CE

Tints of Deep Lilac #9A52CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 34.84%
G = 18.55%
B = 46.61%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A52CE (or 0x9A52CE) is known color: Deep Lilac. HEX triplet: 9A, 52 and CE. RGB value is (154,82,206). Sum of RGB (Red+Green+Blue) = 154+82+206=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52CE is #65AD31. Grayscale: #757575. Windows color (decimal): -6663474 or 13521562. OLE color: 13521562.

HSL color Cylindrical-coordinate representation of color #9A52CE: hue angle of 274.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A52CE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 82 206 -
CMYK 0.25 0.60 0 0.19
HSL 274.84º 0.56% 0.56% -
HSV(B) 274.84º 0.6% 0.81% -
XYZ 27.48 17.36 60.29 -
YUV 117.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 154 82 206 0.25 0.60 0 0.19 274.84 0.56 0.56
Hex 9A 52 CE 19 3C 0 13 113 38 38
Octal 232 122 316 31 74 0 23 423 70 70
Binary 10011010 1010010 11001110 11001 111100 0 10011 100010011 111000 111000

Color Harmonies of #9A52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A52CE

Black with #9A52CE

Text Example


Text Example

White with #9A52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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