Html Css Color HEX #844BCB Deep Lilac

📋 copy color: '#844BCB'

red 132 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #844BCB

Tints of Deep Lilac #844BCB

RGB

 RED value IS 132 (51.95% from 255) = 32.2%

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

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

R = 32.2%
G = 18.29%
B = 49.51%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#844BCB (or 0x844BCB) is known color: Deep Lilac. HEX triplet: 84, 4B and CB. RGB value is (132,75,203). Sum of RGB (Red+Green+Blue) = 132+75+203=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #844BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BCB is #7BB434. Grayscale: #6A6A6A. Windows color (decimal): -8107061 or 13323140. OLE color: 13323140.

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

Color convert

RGB 132 75 203 -
CMYK 0.35 0.63 0 0.20
HSL 266.72º 0.55% 0.55% -
HSV(B) 266.72º 0.63% 0.8% -
XYZ 22.81 14.25 58.05 -
YUV 106.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 132 75 203 0.35 0.63 0 0.20 266.72 0.55 0.55
Hex 84 4B CB 23 3F 0 14 10B 37 37
Octal 204 113 313 43 77 0 24 413 67 67
Binary 10000100 1001011 11001011 100011 111111 0 10100 100001011 110111 110111

Color Harmonies of #844BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BCB

Black with #844BCB

Text Example


Text Example

White with #844BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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