Html Css Color HEX #9A52C7 Deep Lilac

📋 copy color: '#9A52C7'

red 154 ◦ green 82 ◦ blue 199

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

Shades of Deep Lilac #9A52C7

Tints of Deep Lilac #9A52C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.75%

R = 35.4%
G = 18.85%
B = 45.75%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9A52C7 (or 0x9A52C7) is known color: Deep Lilac. HEX triplet: 9A, 52 and C7. RGB value is (154,82,199). Sum of RGB (Red+Green+Blue) = 154+82+199=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #9A52C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52C7 is #65AD38. Grayscale: #747474. Windows color (decimal): -6663481 or 13062810. OLE color: 13062810.

HSL color Cylindrical-coordinate representation of color #9A52C7: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A52C7 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 82 199 -
CMYK 0.23 0.59 0 0.22
HSL 276.92º 0.51% 0.55% -
HSV(B) 276.92º 0.59% 0.78% -
XYZ 26.65 17.03 55.91 -
YUV 116.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 154 82 199 0.23 0.59 0 0.22 276.92 0.51 0.55
Hex 9A 52 C7 17 3B 0 16 115 33 37
Octal 232 122 307 27 73 0 26 425 63 67
Binary 10011010 1010010 11000111 10111 111011 0 10110 100010101 110011 110111

Color Harmonies of #9A52C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A52C7

Black with #9A52C7

Text Example


Text Example

White with #9A52C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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