Html Css Color HEX #824BCB Deep Lilac

📋 copy color: '#824BCB'

red 130 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #824BCB

Tints of Deep Lilac #824BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 31.86%
G = 18.38%
B = 49.75%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#824BCB (or 0x824BCB) is known color: Deep Lilac. HEX triplet: 82, 4B and CB. RGB value is (130,75,203). Sum of RGB (Red+Green+Blue) = 130+75+203=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #824BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BCB is #7DB434. Grayscale: #696969. Windows color (decimal): -8238133 or 13323138. OLE color: 13323138.

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

Color convert

RGB 130 75 203 -
CMYK 0.36 0.63 0 0.20
HSL 265.78º 0.55% 0.55% -
HSV(B) 265.78º 0.63% 0.8% -
XYZ 22.5 14.09 58.03 -
YUV 106.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 130 75 203 0.36 0.63 0 0.20 265.78 0.55 0.55
Hex 82 4B CB 24 3F 0 14 10A 37 37
Octal 202 113 313 44 77 0 24 412 67 67
Binary 10000010 1001011 11001011 100100 111111 0 10100 100001010 110111 110111

Color Harmonies of #824BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BCB

Black with #824BCB

Text Example


Text Example

White with #824BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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