Html Css Color HEX #884BCC Deep Lilac

📋 copy color: '#884BCC'

red 136 ◦ green 75 ◦ blue 204

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

Shades of Deep Lilac #884BCC

Tints of Deep Lilac #884BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 32.77%
G = 18.07%
B = 49.16%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#884BCC (or 0x884BCC) is known color: Deep Lilac. HEX triplet: 88, 4B and CC. RGB value is (136,75,204). Sum of RGB (Red+Green+Blue) = 136+75+204=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #884BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BCC is #77B433. Grayscale: #6B6B6B. Windows color (decimal): -7844916 or 13388680. OLE color: 13388680.

HSL color Cylindrical-coordinate representation of color #884BCC: hue angle of 268.37º degrees, saturation: 0.56, 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 #884BCC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 75 204 -
CMYK 0.33 0.63 0 0.2
HSL 268.37º 0.56% 0.55% -
HSV(B) 268.37º 0.63% 0.8% -
XYZ 23.57 14.63 58.71 -
YUV 107.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 136 75 204 0.33 0.63 0 0.2 268.37 0.56 0.55
Hex 88 4B CC 21 3F 0 14 10C 38 37
Octal 210 113 314 41 77 0 24 414 70 67
Binary 10001000 1001011 11001100 100001 111111 0 10100 100001100 111000 110111

Color Harmonies of #884BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BCC

Black with #884BCC

Text Example


Text Example

White with #884BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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