Html Css Color HEX #8B55AF Deep Lilac

📋 copy color: '#8B55AF'

red 139 ◦ green 85 ◦ blue 175

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

Shades of Deep Lilac #8B55AF

Tints of Deep Lilac #8B55AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.3%

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

R = 34.84%
G = 21.3%
B = 43.86%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8B55AF (or 0x8B55AF) is known color: Deep Lilac. HEX triplet: 8B, 55 and AF. RGB value is (139,85,175). Sum of RGB (Red+Green+Blue) = 139+85+175=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B55AF is #74AA50. Grayscale: #6F6F6F. Windows color (decimal): -7645777 or 11490699. OLE color: 11490699.

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

Color convert

RGB 139 85 175 -
CMYK 0.21 0.51 0 0.31
HSL 276º 0.36% 0.51% -
HSV(B) 276º 0.51% 0.69% -
XYZ 21.63 15.08 42.33 -
YUV 111.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 139 85 175 0.21 0.51 0 0.31 276 0.36 0.51
Hex 8B 55 AF 15 33 0 1F 114 24 33
Octal 213 125 257 25 63 0 37 424 44 63
Binary 10001011 1010101 10101111 10101 110011 0 11111 100010100 100100 110011

Color Harmonies of #8B55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B55AF

Black with #8B55AF

Text Example


Text Example

White with #8B55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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