Html Css Color HEX #845D9D Ce Soir

📋 copy color: '#845D9D'

red 132 ◦ green 93 ◦ blue 157

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

Shades of Ce Soir #845D9D

Tints of Ce Soir #845D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 34.55%
G = 24.35%
B = 41.1%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#845D9D (or 0x845D9D) is known color: Ce Soir. HEX triplet: 84, 5D and 9D. RGB value is (132,93,157). Sum of RGB (Red+Green+Blue) = 132+93+157=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #845D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D9D is #7BA262. Grayscale: #6F6F6F. Windows color (decimal): -8102499 or 10313092. OLE color: 10313092.

HSL color Cylindrical-coordinate representation of color #845D9D: hue angle of 276.56º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #845D9D is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 93 157 -
CMYK 0.16 0.41 0 0.38
HSL 276.56º 0.26% 0.49% -
HSV(B) 276.56º 0.41% 0.62% -
XYZ 19.52 15.17 33.8 -
YUV 111.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 132 93 157 0.16 0.41 0 0.38 276.56 0.26 0.49
Hex 84 5D 9D 10 29 0 26 115 1A 31
Octal 204 135 235 20 51 0 46 425 32 61
Binary 10000100 1011101 10011101 10000 101001 0 100110 100010101 11010 110001

Color Harmonies of #845D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D9D

Black with #845D9D

Text Example


Text Example

White with #845D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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