Html Css Color HEX #8555AF Deep Lilac

📋 copy color: '#8555AF'

red 133 ◦ green 85 ◦ blue 175

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

Shades of Deep Lilac #8555AF

Tints of Deep Lilac #8555AF

RGB

 RED value IS 133 (52.34% from 255) = 33.84%

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

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

R = 33.84%
G = 21.63%
B = 44.53%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8555AF (or 0x8555AF) is known color: Deep Lilac. HEX triplet: 85, 55 and AF. RGB value is (133,85,175). Sum of RGB (Red+Green+Blue) = 133+85+175=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8555AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8555AF is #7AAA50. Grayscale: #6D6D6D. Windows color (decimal): -8038993 or 11490693. OLE color: 11490693.

HSL color Cylindrical-coordinate representation of color #8555AF: hue angle of 272º 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 #8555AF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 85 175 -
CMYK 0.24 0.51 0 0.31
HSL 272º 0.36% 0.51% -
HSV(B) 272º 0.51% 0.69% -
XYZ 20.66 14.58 42.28 -
YUV 109.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 133 85 175 0.24 0.51 0 0.31 272 0.36 0.51
Hex 85 55 AF 18 33 0 1F 110 24 33
Octal 205 125 257 30 63 0 37 420 44 63
Binary 10000101 1010101 10101111 11000 110011 0 11111 100010000 100100 110011

Color Harmonies of #8555AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555AF

Black with #8555AF

Text Example


Text Example

White with #8555AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8555AF; }

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

 H1.HeaderClassName
 {
   color: #8555AF;
 }
 .AnyTagClassName
 {
   color: #8555AF;
 }
</style>

background-color css

<style>
 a { background-color: #8555AF; }

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

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

border-color css

<style>
 span { border-color: #8555AF; }

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

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