Html Css Color HEX #824CBC Deep Lilac

📋 copy color: '#824CBC'

red 130 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #824CBC

Tints of Deep Lilac #824CBC

RGB

 RED value IS 130 (51.17% from 255) = 32.99%

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 32.99%
G = 19.29%
B = 47.72%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#824CBC (or 0x824CBC) is known color: Deep Lilac. HEX triplet: 82, 4C and BC. RGB value is (130,76,188). Sum of RGB (Red+Green+Blue) = 130+76+188=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #824CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CBC is #7DB343. Grayscale: #686868. Windows color (decimal): -8237892 or 12340354. OLE color: 12340354.

HSL color Cylindrical-coordinate representation of color #824CBC: hue angle of 268.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824CBC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 76 188 -
CMYK 0.31 0.60 0 0.26
HSL 268.93º 0.46% 0.52% -
HSV(B) 268.93º 0.6% 0.74% -
XYZ 20.87 13.55 49.09 -
YUV 104.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 130 76 188 0.31 0.60 0 0.26 268.93 0.46 0.52
Hex 82 4C BC 1F 3C 0 1A 10D 2E 34
Octal 202 114 274 37 74 0 32 415 56 64
Binary 10000010 1001100 10111100 11111 111100 0 11010 100001101 101110 110100

Color Harmonies of #824CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CBC

Black with #824CBC

Text Example


Text Example

White with #824CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824CBC; }

 p { color: rgb(130,76,188); }

 H1.HeaderClassName
 {
   color: #824CBC;
 }
 .AnyTagClassName
 {
   color: #824CBC;
 }
</style>

background-color css

<style>
 a { background-color: #824CBC; }

 a { background-color: rgb(130,76,188); }

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

border-color css

<style>
 span { border-color: #824CBC; }

 span { border-color: rgb(130,76,188); }

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