Html Css Color HEX #884BCA Deep Lilac

📋 copy color: '#884BCA'

red 136 ◦ green 75 ◦ blue 202

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

Shades of Deep Lilac #884BCA

Tints of Deep Lilac #884BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 32.93%
G = 18.16%
B = 48.91%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#884BCA (or 0x884BCA) is known color: Deep Lilac. HEX triplet: 88, 4B and CA. RGB value is (136,75,202). Sum of RGB (Red+Green+Blue) = 136+75+202=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #884BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BCA is #77B435. Grayscale: #6B6B6B. Windows color (decimal): -7844918 or 13257608. OLE color: 13257608.

HSL color Cylindrical-coordinate representation of color #884BCA: hue angle of 268.82º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884BCA is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 75 202 -
CMYK 0.33 0.63 0 0.21
HSL 268.82º 0.55% 0.54% -
HSV(B) 268.82º 0.63% 0.79% -
XYZ 23.33 14.53 57.45 -
YUV 107.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 136 75 202 0.33 0.63 0 0.21 268.82 0.55 0.54
Hex 88 4B CA 21 3F 0 15 10D 37 36
Octal 210 113 312 41 77 0 25 415 67 66
Binary 10001000 1001011 11001010 100001 111111 0 10101 100001101 110111 110110

Color Harmonies of #884BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BCA

Black with #884BCA

Text Example


Text Example

White with #884BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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