Html Css Color HEX #824BCA Deep Lilac

📋 copy color: '#824BCA'

red 130 ◦ green 75 ◦ blue 202

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

Shades of Deep Lilac #824BCA

Tints of Deep Lilac #824BCA

RGB

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

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

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

R = 31.94%
G = 18.43%
B = 49.63%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#824BCA (or 0x824BCA) is known color: Deep Lilac. HEX triplet: 82, 4B and CA. RGB value is (130,75,202). Sum of RGB (Red+Green+Blue) = 130+75+202=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #824BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BCA is #7DB435. Grayscale: #696969. Windows color (decimal): -8238134 or 13257602. OLE color: 13257602.

HSL color Cylindrical-coordinate representation of color #824BCA: hue angle of 265.98º 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 #824BCA is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 75 202 -
CMYK 0.36 0.63 0 0.21
HSL 265.98º 0.55% 0.54% -
HSV(B) 265.98º 0.63% 0.79% -
XYZ 22.38 14.04 57.41 -
YUV 105.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 130 75 202 0.36 0.63 0 0.21 265.98 0.55 0.54
Hex 82 4B CA 24 3F 0 15 10A 37 36
Octal 202 113 312 44 77 0 25 412 67 66
Binary 10000010 1001011 11001010 100100 111111 0 10101 100001010 110111 110110

Color Harmonies of #824BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BCA

Black with #824BCA

Text Example


Text Example

White with #824BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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