Html Css Color HEX #845DAE Deluge

📋 copy color: '#845DAE'

red 132 ◦ green 93 ◦ blue 174

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

Shades of Deluge #845DAE

Tints of Deluge #845DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.31%

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 33.08%
G = 23.31%
B = 43.61%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#845DAE (or 0x845DAE) is known color: Deluge. HEX triplet: 84, 5D and AE. RGB value is (132,93,174). Sum of RGB (Red+Green+Blue) = 132+93+174=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #845DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DAE is #7BA251. Grayscale: #717171. Windows color (decimal): -8102482 or 11427204. OLE color: 11427204.

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

Color convert

RGB 132 93 174 -
CMYK 0.24 0.47 0 0.32
HSL 268.89º 0.33% 0.52% -
HSV(B) 268.89º 0.47% 0.68% -
XYZ 21.07 15.79 41.98 -
YUV 113.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 132 93 174 0.24 0.47 0 0.32 268.89 0.33 0.52
Hex 84 5D AE 18 2F 0 20 10D 21 34
Octal 204 135 256 30 57 0 40 415 41 64
Binary 10000100 1011101 10101110 11000 101111 0 100000 100001101 100001 110100

Color Harmonies of #845DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DAE

Black with #845DAE

Text Example


Text Example

White with #845DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,93,174); }

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

background-color css

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

 a { background-color: rgb(132,93,174); }

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

border-color css

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

 span { border-color: rgb(132,93,174); }

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