Html Css Color HEX #8855C0 Deep Lilac

📋 copy color: '#8855C0'

red 136 ◦ green 85 ◦ blue 192

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

Shades of Deep Lilac #8855C0

Tints of Deep Lilac #8855C0

RGB

 RED value IS 136 (53.52% from 255) = 32.93%

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

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 32.93%
G = 20.58%
B = 46.49%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8855C0 (or 0x8855C0) is known color: Deep Lilac. HEX triplet: 88, 55 and C0. RGB value is (136,85,192). Sum of RGB (Red+Green+Blue) = 136+85+192=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #8855C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855C0 is #77AA3F. Grayscale: #707070. Windows color (decimal): -7842368 or 12604808. OLE color: 12604808.

HSL color Cylindrical-coordinate representation of color #8855C0: hue angle of 268.6º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8855C0 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 85 192 -
CMYK 0.29 0.56 0 0.25
HSL 268.6º 0.46% 0.54% -
HSV(B) 268.6º 0.56% 0.75% -
XYZ 22.92 15.54 51.66 -
YUV 112.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 136 85 192 0.29 0.56 0 0.25 268.6 0.46 0.54
Hex 88 55 C0 1D 38 0 19 10D 2E 36
Octal 210 125 300 35 70 0 31 415 56 66
Binary 10001000 1010101 11000000 11101 111000 0 11001 100001101 101110 110110

Color Harmonies of #8855C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8855C0

Black with #8855C0

Text Example


Text Example

White with #8855C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8855C0; }

 p { color: rgb(136,85,192); }

 H1.HeaderClassName
 {
   color: #8855C0;
 }
 .AnyTagClassName
 {
   color: #8855C0;
 }
</style>

background-color css

<style>
 a { background-color: #8855C0; }

 a { background-color: rgb(136,85,192); }

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

border-color css

<style>
 span { border-color: #8855C0; }

 span { border-color: rgb(136,85,192); }

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