Html Css Color HEX #8B53AF Deep Lilac

📋 copy color: '#8B53AF'

red 139 ◦ green 83 ◦ blue 175

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

Shades of Deep Lilac #8B53AF

Tints of Deep Lilac #8B53AF

RGB

 RED value IS 139 (54.69% from 255) = 35.01%

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 35.01%
G = 20.91%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8B53AF (or 0x8B53AF) is known color: Deep Lilac. HEX triplet: 8B, 53 and AF. RGB value is (139,83,175). Sum of RGB (Red+Green+Blue) = 139+83+175=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B53AF is #74AC50. Grayscale: #6D6D6D. Windows color (decimal): -7646289 or 11490187. OLE color: 11490187.

HSL color Cylindrical-coordinate representation of color #8B53AF: hue angle of 276.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B53AF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 83 175 -
CMYK 0.21 0.53 0 0.31
HSL 276.52º 0.37% 0.51% -
HSV(B) 276.52º 0.53% 0.69% -
XYZ 21.48 14.77 42.28 -
YUV 110.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 139 83 175 0.21 0.53 0 0.31 276.52 0.37 0.51
Hex 8B 53 AF 15 35 0 1F 115 25 33
Octal 213 123 257 25 65 0 37 425 45 63
Binary 10001011 1010011 10101111 10101 110101 0 11111 100010101 100101 110011

Color Harmonies of #8B53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B53AF

Black with #8B53AF

Text Example


Text Example

White with #8B53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B53AF; }

 p { color: rgb(139,83,175); }

 H1.HeaderClassName
 {
   color: #8B53AF;
 }
 .AnyTagClassName
 {
   color: #8B53AF;
 }
</style>

background-color css

<style>
 a { background-color: #8B53AF; }

 a { background-color: rgb(139,83,175); }

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

border-color css

<style>
 span { border-color: #8B53AF; }

 span { border-color: rgb(139,83,175); }

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