Html Css Color HEX #895CAC Ce Soir

📋 copy color: '#895CAC'

red 137 ◦ green 92 ◦ blue 172

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

Shades of Ce Soir #895CAC

Tints of Ce Soir #895CAC

RGB

 RED value IS 137 (53.91% from 255) = 34.16%

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 34.16%
G = 22.94%
B = 42.89%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#895CAC (or 0x895CAC) is known color: Ce Soir. HEX triplet: 89, 5C and AC. RGB value is (137,92,172). Sum of RGB (Red+Green+Blue) = 137+92+172=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #895CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895CAC is #76A353. Grayscale: #727272. Windows color (decimal): -7775060 or 11295881. OLE color: 11295881.

HSL color Cylindrical-coordinate representation of color #895CAC: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895CAC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 92 172 -
CMYK 0.20 0.47 0 0.33
HSL 273.75º 0.33% 0.52% -
HSV(B) 273.75º 0.47% 0.67% -
XYZ 21.59 15.95 40.97 -
YUV 114.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 137 92 172 0.20 0.47 0 0.33 273.75 0.33 0.52
Hex 89 5C AC 14 2F 0 21 112 21 34
Octal 211 134 254 24 57 0 41 422 41 64
Binary 10001001 1011100 10101100 10100 101111 0 100001 100010010 100001 110100

Color Harmonies of #895CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CAC

Black with #895CAC

Text Example


Text Example

White with #895CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895CAC; }

 p { color: rgb(137,92,172); }

 H1.HeaderClassName
 {
   color: #895CAC;
 }
 .AnyTagClassName
 {
   color: #895CAC;
 }
</style>

background-color css

<style>
 a { background-color: #895CAC; }

 a { background-color: rgb(137,92,172); }

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

border-color css

<style>
 span { border-color: #895CAC; }

 span { border-color: rgb(137,92,172); }

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