Html Css Color HEX #884BCD Deep Lilac

📋 copy color: '#884BCD'

red 136 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #884BCD

Tints of Deep Lilac #884BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 32.69%
G = 18.03%
B = 49.28%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#884BCD (or 0x884BCD) is known color: Deep Lilac. HEX triplet: 88, 4B and CD. RGB value is (136,75,205). Sum of RGB (Red+Green+Blue) = 136+75+205=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #884BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BCD is #77B432. Grayscale: #6B6B6B. Windows color (decimal): -7844915 or 13454216. OLE color: 13454216.

HSL color Cylindrical-coordinate representation of color #884BCD: hue angle of 268.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884BCD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 75 205 -
CMYK 0.34 0.63 0 0.20
HSL 268.15º 0.57% 0.55% -
HSV(B) 268.15º 0.63% 0.8% -
XYZ 23.69 14.67 59.34 -
YUV 108.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 136 75 205 0.34 0.63 0 0.20 268.15 0.57 0.55
Hex 88 4B CD 22 3F 0 14 10C 39 37
Octal 210 113 315 42 77 0 24 414 71 67
Binary 10001000 1001011 11001101 100010 111111 0 10100 100001100 111001 110111

Color Harmonies of #884BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BCD

Black with #884BCD

Text Example


Text Example

White with #884BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884BCD; }

 p { color: rgb(136,75,205); }

 H1.HeaderClassName
 {
   color: #884BCD;
 }
 .AnyTagClassName
 {
   color: #884BCD;
 }
</style>

background-color css

<style>
 a { background-color: #884BCD; }

 a { background-color: rgb(136,75,205); }

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

border-color css

<style>
 span { border-color: #884BCD; }

 span { border-color: rgb(136,75,205); }

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