Html Css Color HEX #845AB6 Deep Lilac

📋 copy color: '#845AB6'

red 132 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #845AB6

Tints of Deep Lilac #845AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 32.67%
G = 22.28%
B = 45.05%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#845AB6 (or 0x845AB6) is known color: Deep Lilac. HEX triplet: 84, 5A and B6. RGB value is (132,90,182). Sum of RGB (Red+Green+Blue) = 132+90+182=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #845AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AB6 is #7BA549. Grayscale: #707070. Windows color (decimal): -8103242 or 11950724. OLE color: 11950724.

HSL color Cylindrical-coordinate representation of color #845AB6: hue angle of 267.39º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845AB6 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 90 182 -
CMYK 0.27 0.51 0 0.29
HSL 267.39º 0.39% 0.53% -
HSV(B) 267.39º 0.51% 0.71% -
XYZ 21.62 15.6 46.13 -
YUV 113.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 132 90 182 0.27 0.51 0 0.29 267.39 0.39 0.53
Hex 84 5A B6 1B 33 0 1D 10B 27 35
Octal 204 132 266 33 63 0 35 413 47 65
Binary 10000100 1011010 10110110 11011 110011 0 11101 100001011 100111 110101

Color Harmonies of #845AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845AB6

Black with #845AB6

Text Example


Text Example

White with #845AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845AB6; }

 p { color: rgb(132,90,182); }

 H1.HeaderClassName
 {
   color: #845AB6;
 }
 .AnyTagClassName
 {
   color: #845AB6;
 }
</style>

background-color css

<style>
 a { background-color: #845AB6; }

 a { background-color: rgb(132,90,182); }

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

border-color css

<style>
 span { border-color: #845AB6; }

 span { border-color: rgb(132,90,182); }

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