Html Css Color HEX #845EAD Deluge

📋 copy color: '#845EAD'

red 132 ◦ green 94 ◦ blue 173

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

Shades of Deluge #845EAD

Tints of Deluge #845EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 33.08%
G = 23.56%
B = 43.36%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#845EAD (or 0x845EAD) is known color: Deluge. HEX triplet: 84, 5E and AD. RGB value is (132,94,173). Sum of RGB (Red+Green+Blue) = 132+94+173=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #845EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845EAD is #7BA152. Grayscale: #727272. Windows color (decimal): -8102227 or 11361924. OLE color: 11361924.

HSL color Cylindrical-coordinate representation of color #845EAD: hue angle of 268.86º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845EAD is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 94 173 -
CMYK 0.24 0.46 0 0.32
HSL 268.86º 0.33% 0.52% -
HSV(B) 268.86º 0.46% 0.68% -
XYZ 21.06 15.93 41.5 -
YUV 114.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 132 94 173 0.24 0.46 0 0.32 268.86 0.33 0.52
Hex 84 5E AD 18 2E 0 20 10D 21 34
Octal 204 136 255 30 56 0 40 415 41 64
Binary 10000100 1011110 10101101 11000 101110 0 100000 100001101 100001 110100

Color Harmonies of #845EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845EAD

Black with #845EAD

Text Example


Text Example

White with #845EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,94,173); }

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

background-color css

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

 a { background-color: rgb(132,94,173); }

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

border-color css

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

 span { border-color: rgb(132,94,173); }

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