Html Css Color HEX #8970A2 Ce Soir

📋 copy color: '#8970A2'

red 137 ◦ green 112 ◦ blue 162

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

Shades of Ce Soir #8970A2

Tints of Ce Soir #8970A2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 33.33%
G = 27.25%
B = 39.42%

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

#8970A2 (or 0x8970A2) is known color: Ce Soir. HEX triplet: 89, 70 and A2. RGB value is (137,112,162). Sum of RGB (Red+Green+Blue) = 137+112+162=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 162 - color contains mainly: blue. Hex color #8970A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8970A2 is #768F5D. Grayscale: #7D7D7D. Windows color (decimal): -7769950 or 10645641. OLE color: 10645641.

HSL color Cylindrical-coordinate representation of color #8970A2: hue angle of 270º degrees, saturation: 0.21, 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 #8970A2 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 112 162 -
CMYK 0.15 0.31 0 0.36
HSL 270º 0.21% 0.54% -
HSV(B) 270º 0.31% 0.64% -
XYZ 22.63 19.52 36.76 -
YUV 125.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 137 112 162 0.15 0.31 0 0.36 270 0.21 0.54
Hex 89 70 A2 F 1F 0 24 10E 15 36
Octal 211 160 242 17 37 0 44 416 25 66
Binary 10001001 1110000 10100010 1111 11111 0 100100 100001110 10101 110110

Color Harmonies of #8970A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970A2

Black with #8970A2

Text Example


Text Example

White with #8970A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8970A2; }

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

 H1.HeaderClassName
 {
   color: #8970A2;
 }
 .AnyTagClassName
 {
   color: #8970A2;
 }
</style>

background-color css

<style>
 a { background-color: #8970A2; }

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

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

border-color css

<style>
 span { border-color: #8970A2; }

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

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