Html Css Color HEX #9A53BF Deep Lilac

📋 copy color: '#9A53BF'

red 154 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #9A53BF

Tints of Deep Lilac #9A53BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.39%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 35.98%
G = 19.39%
B = 44.63%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A53BF (or 0x9A53BF) is known color: Deep Lilac. HEX triplet: 9A, 53 and BF. RGB value is (154,83,191). Sum of RGB (Red+Green+Blue) = 154+83+191=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A53BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A53BF is #65AC40. Grayscale: #747474. Windows color (decimal): -6663233 or 12538778. OLE color: 12538778.

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

Color convert

RGB 154 83 191 -
CMYK 0.19 0.57 0 0.25
HSL 279.44º 0.46% 0.54% -
HSV(B) 279.44º 0.57% 0.75% -
XYZ 25.82 16.82 51.18 -
YUV 116.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 154 83 191 0.19 0.57 0 0.25 279.44 0.46 0.54
Hex 9A 53 BF 13 39 0 19 117 2E 36
Octal 232 123 277 23 71 0 31 427 56 66
Binary 10011010 1010011 10111111 10011 111001 0 11001 100010111 101110 110110

Color Harmonies of #9A53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53BF

Black with #9A53BF

Text Example


Text Example

White with #9A53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,191); }

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

background-color css

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

 a { background-color: rgb(154,83,191); }

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

border-color css

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

 span { border-color: rgb(154,83,191); }

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