Html Css Color HEX #896FA2 Ce Soir

📋 copy color: '#896FA2'

red 137 ◦ green 111 ◦ blue 162

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

Shades of Ce Soir #896FA2

Tints of Ce Soir #896FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

 BLUE value IS 162 (63.67% from 255) = 39.51%

R = 33.41%
G = 27.07%
B = 39.51%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#896FA2 (or 0x896FA2) is known color: Ce Soir. HEX triplet: 89, 6F and A2. RGB value is (137,111,162). Sum of RGB (Red+Green+Blue) = 137+111+162=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 162 - color contains mainly: blue. Hex color #896FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FA2 is #76905D. Grayscale: #7C7C7C. Windows color (decimal): -7770206 or 10645385. OLE color: 10645385.

HSL color Cylindrical-coordinate representation of color #896FA2: hue angle of 270.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896FA2 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 111 162 -
CMYK 0.15 0.31 0 0.36
HSL 270.59º 0.22% 0.54% -
HSV(B) 270.59º 0.31% 0.64% -
XYZ 22.52 19.3 36.72 -
YUV 124.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 137 111 162 0.15 0.31 0 0.36 270.59 0.22 0.54
Hex 89 6F A2 F 1F 0 24 10F 16 36
Octal 211 157 242 17 37 0 44 417 26 66
Binary 10001001 1101111 10100010 1111 11111 0 100100 100001111 10110 110110

Color Harmonies of #896FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FA2

Black with #896FA2

Text Example


Text Example

White with #896FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896FA2; }

 p { color: rgb(137,111,162); }

 H1.HeaderClassName
 {
   color: #896FA2;
 }
 .AnyTagClassName
 {
   color: #896FA2;
 }
</style>

background-color css

<style>
 a { background-color: #896FA2; }

 a { background-color: rgb(137,111,162); }

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

border-color css

<style>
 span { border-color: #896FA2; }

 span { border-color: rgb(137,111,162); }

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