Html Css Color HEX #845DB1 Deluge

📋 copy color: '#845DB1'

red 132 ◦ green 93 ◦ blue 177

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

Shades of Deluge #845DB1

Tints of Deluge #845DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.03%

R = 32.84%
G = 23.13%
B = 44.03%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#845DB1 (or 0x845DB1) is known color: Deluge. HEX triplet: 84, 5D and B1. RGB value is (132,93,177). Sum of RGB (Red+Green+Blue) = 132+93+177=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #845DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DB1 is #7BA24E. Grayscale: #717171. Windows color (decimal): -8102479 or 11623812. OLE color: 11623812.

HSL color Cylindrical-coordinate representation of color #845DB1: hue angle of 267.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845DB1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 93 177 -
CMYK 0.25 0.47 0 0.31
HSL 267.86º 0.35% 0.53% -
HSV(B) 267.86º 0.47% 0.69% -
XYZ 21.37 15.91 43.54 -
YUV 114.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 132 93 177 0.25 0.47 0 0.31 267.86 0.35 0.53
Hex 84 5D B1 19 2F 0 1F 10C 23 35
Octal 204 135 261 31 57 0 37 414 43 65
Binary 10000100 1011101 10110001 11001 101111 0 11111 100001100 100011 110101

Color Harmonies of #845DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DB1

Black with #845DB1

Text Example


Text Example

White with #845DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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