Html Css Color HEX #9A57B4 Deep Lilac

📋 copy color: '#9A57B4'

red 154 ◦ green 87 ◦ blue 180

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

Shades of Deep Lilac #9A57B4

Tints of Deep Lilac #9A57B4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

 BLUE value IS 180 (70.7% from 255) = 42.76%

R = 36.58%
G = 20.67%
B = 42.76%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9A57B4 (or 0x9A57B4) is known color: Deep Lilac. HEX triplet: 9A, 57 and B4. RGB value is (154,87,180). Sum of RGB (Red+Green+Blue) = 154+87+180=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A57B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A57B4 is #65A84B. Grayscale: #757575. Windows color (decimal): -6662220 or 11818906. OLE color: 11818906.

HSL color Cylindrical-coordinate representation of color #9A57B4: hue angle of 283.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A57B4 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 87 180 -
CMYK 0.14 0.52 0 0.29
HSL 283.23º 0.38% 0.52% -
HSV(B) 283.23º 0.52% 0.71% -
XYZ 24.97 16.98 45.14 -
YUV 117.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 154 87 180 0.14 0.52 0 0.29 283.23 0.38 0.52
Hex 9A 57 B4 E 34 0 1D 11B 26 34
Octal 232 127 264 16 64 0 35 433 46 64
Binary 10011010 1010111 10110100 1110 110100 0 11101 100011011 100110 110100

Color Harmonies of #9A57B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A57B4

Black with #9A57B4

Text Example


Text Example

White with #9A57B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,87,180); }

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

background-color css

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

 a { background-color: rgb(154,87,180); }

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

border-color css

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

 span { border-color: rgb(154,87,180); }

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