Html Css Color HEX #895A9D Ce Soir

📋 copy color: '#895A9D'

red 137 ◦ green 90 ◦ blue 157

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

Shades of Ce Soir #895A9D

Tints of Ce Soir #895A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.44%

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

R = 35.68%
G = 23.44%
B = 40.89%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#895A9D (or 0x895A9D) is known color: Ce Soir. HEX triplet: 89, 5A and 9D. RGB value is (137,90,157). Sum of RGB (Red+Green+Blue) = 137+90+157=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #895A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A9D is #76A562. Grayscale: #6F6F6F. Windows color (decimal): -7775587 or 10312329. OLE color: 10312329.

HSL color Cylindrical-coordinate representation of color #895A9D: hue angle of 282.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895A9D is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 90 157 -
CMYK 0.13 0.43 0 0.38
HSL 282.09º 0.27% 0.48% -
HSV(B) 282.09º 0.43% 0.62% -
XYZ 20.06 15.07 33.75 -
YUV 111.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 137 90 157 0.13 0.43 0 0.38 282.09 0.27 0.48
Hex 89 5A 9D D 2B 0 26 11A 1B 30
Octal 211 132 235 15 53 0 46 432 33 60
Binary 10001001 1011010 10011101 1101 101011 0 100110 100011010 11011 110000

Color Harmonies of #895A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A9D

Black with #895A9D

Text Example


Text Example

White with #895A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,90,157); }

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

background-color css

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

 a { background-color: rgb(137,90,157); }

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

border-color css

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

 span { border-color: rgb(137,90,157); }

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