Html Css Color HEX #845DAA Ce Soir

📋 copy color: '#845DAA'

red 132 ◦ green 93 ◦ blue 170

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

Shades of Ce Soir #845DAA

Tints of Ce Soir #845DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 33.42%
G = 23.54%
B = 43.04%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#845DAA (or 0x845DAA) is known color: Ce Soir. HEX triplet: 84, 5D and AA. RGB value is (132,93,170). Sum of RGB (Red+Green+Blue) = 132+93+170=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #845DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DAA is #7BA255. Grayscale: #717171. Windows color (decimal): -8102486 or 11165060. OLE color: 11165060.

HSL color Cylindrical-coordinate representation of color #845DAA: hue angle of 270.39º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845DAA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 93 170 -
CMYK 0.22 0.45 0 0.33
HSL 270.39º 0.31% 0.52% -
HSV(B) 270.39º 0.45% 0.67% -
XYZ 20.69 15.64 39.96 -
YUV 113.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 132 93 170 0.22 0.45 0 0.33 270.39 0.31 0.52
Hex 84 5D AA 16 2D 0 21 10E 1F 34
Octal 204 135 252 26 55 0 41 416 37 64
Binary 10000100 1011101 10101010 10110 101101 0 100001 100001110 11111 110100

Color Harmonies of #845DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DAA

Black with #845DAA

Text Example


Text Example

White with #845DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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