Html Css Color HEX #9A57B5 Deep Lilac

📋 copy color: '#9A57B5'

red 154 ◦ green 87 ◦ blue 181

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

Shades of Deep Lilac #9A57B5

Tints of Deep Lilac #9A57B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.89%

R = 36.49%
G = 20.62%
B = 42.89%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9A57B5 (or 0x9A57B5) is known color: Deep Lilac. HEX triplet: 9A, 57 and B5. RGB value is (154,87,181). Sum of RGB (Red+Green+Blue) = 154+87+181=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A57B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A57B5 is #65A84A. Grayscale: #757575. Windows color (decimal): -6662219 or 11884442. OLE color: 11884442.

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

Color convert

RGB 154 87 181 -
CMYK 0.15 0.52 0 0.29
HSL 282.77º 0.39% 0.53% -
HSV(B) 282.77º 0.52% 0.71% -
XYZ 25.08 17.02 45.68 -
YUV 117.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 154 87 181 0.15 0.52 0 0.29 282.77 0.39 0.53
Hex 9A 57 B5 F 34 0 1D 11B 27 35
Octal 232 127 265 17 64 0 35 433 47 65
Binary 10011010 1010111 10110101 1111 110100 0 11101 100011011 100111 110101

Color Harmonies of #9A57B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A57B5

Black with #9A57B5

Text Example


Text Example

White with #9A57B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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