Html Css Color HEX #846C95 Ce Soir

📋 copy color: '#846C95'

red 132 ◦ green 108 ◦ blue 149

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

Shades of Ce Soir #846C95

Tints of Ce Soir #846C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 33.93%
G = 27.76%
B = 38.3%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#846C95 (or 0x846C95) is known color: Ce Soir. HEX triplet: 84, 6C and 95. RGB value is (132,108,149). Sum of RGB (Red+Green+Blue) = 132+108+149=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #846C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846C95 is #7B936A. Grayscale: #777777. Windows color (decimal): -8098667 or 9792644. OLE color: 9792644.

HSL color Cylindrical-coordinate representation of color #846C95: hue angle of 275.12º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #846C95 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 108 149 -
CMYK 0.11 0.28 0 0.42
HSL 275.12º 0.16% 0.5% -
HSV(B) 275.12º 0.28% 0.58% -
XYZ 20.3 17.8 30.8 -
YUV 119.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 132 108 149 0.11 0.28 0 0.42 275.12 0.16 0.5
Hex 84 6C 95 B 1C 0 2A 113 10 32
Octal 204 154 225 13 34 0 52 423 20 62
Binary 10000100 1101100 10010101 1011 11100 0 101010 100010011 10000 110010

Color Harmonies of #846C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C95

Black with #846C95

Text Example


Text Example

White with #846C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846C95; }

 p { color: rgb(132,108,149); }

 H1.HeaderClassName
 {
   color: #846C95;
 }
 .AnyTagClassName
 {
   color: #846C95;
 }
</style>

background-color css

<style>
 a { background-color: #846C95; }

 a { background-color: rgb(132,108,149); }

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

border-color css

<style>
 span { border-color: #846C95; }

 span { border-color: rgb(132,108,149); }

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