Html Css Color HEX #845DB5 Deluge

📋 copy color: '#845DB5'

red 132 ◦ green 93 ◦ blue 181

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

Shades of Deluge #845DB5

Tints of Deluge #845DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 32.51%
G = 22.91%
B = 44.58%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#845DB5 (or 0x845DB5) is known color: Deluge. HEX triplet: 84, 5D and B5. RGB value is (132,93,181). Sum of RGB (Red+Green+Blue) = 132+93+181=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #845DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DB5 is #7BA24A. Grayscale: #727272. Windows color (decimal): -8102475 or 11885956. OLE color: 11885956.

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

Color convert

RGB 132 93 181 -
CMYK 0.27 0.49 0 0.29
HSL 266.59º 0.37% 0.54% -
HSV(B) 266.59º 0.49% 0.71% -
XYZ 21.77 16.07 45.67 -
YUV 114.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 132 93 181 0.27 0.49 0 0.29 266.59 0.37 0.54
Hex 84 5D B5 1B 31 0 1D 10B 25 36
Octal 204 135 265 33 61 0 35 413 45 66
Binary 10000100 1011101 10110101 11011 110001 0 11101 100001011 100101 110110

Color Harmonies of #845DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DB5

Black with #845DB5

Text Example


Text Example

White with #845DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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