Html Css Color HEX #845CA0 Ce Soir

📋 copy color: '#845CA0'

red 132 ◦ green 92 ◦ blue 160

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

Shades of Ce Soir #845CA0

Tints of Ce Soir #845CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 34.38%
G = 23.96%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#845CA0 (or 0x845CA0) is known color: Ce Soir. HEX triplet: 84, 5C and A0. RGB value is (132,92,160). Sum of RGB (Red+Green+Blue) = 132+92+160=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #845CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CA0 is #7BA35F. Grayscale: #6F6F6F. Windows color (decimal): -8102752 or 10509444. OLE color: 10509444.

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

Color convert

RGB 132 92 160 -
CMYK 0.17 0.43 0 0.37
HSL 275.29º 0.27% 0.49% -
HSV(B) 275.29º 0.43% 0.63% -
XYZ 19.69 15.1 35.13 -
YUV 111.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 132 92 160 0.17 0.43 0 0.37 275.29 0.27 0.49
Hex 84 5C A0 11 2B 0 25 113 1B 31
Octal 204 134 240 21 53 0 45 423 33 61
Binary 10000100 1011100 10100000 10001 101011 0 100101 100010011 11011 110001

Color Harmonies of #845CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CA0

Black with #845CA0

Text Example


Text Example

White with #845CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,92,160); }

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

background-color css

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

 a { background-color: rgb(132,92,160); }

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

border-color css

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

 span { border-color: rgb(132,92,160); }

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