Html Css Color HEX #9870A0 Ce Soir

📋 copy color: '#9870A0'

red 152 ◦ green 112 ◦ blue 160

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

Shades of Ce Soir #9870A0

Tints of Ce Soir #9870A0

RGB

 RED value IS 152 (59.77% from 255) = 35.85%

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

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 35.85%
G = 26.42%
B = 37.74%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9870A0 (or 0x9870A0) is known color: Ce Soir. HEX triplet: 98, 70 and A0. RGB value is (152,112,160). Sum of RGB (Red+Green+Blue) = 152+112+160=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 160 - color contains mainly: blue. Hex color #9870A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9870A0 is #678F5F. Grayscale: #818181. Windows color (decimal): -6786912 or 10514584. OLE color: 10514584.

HSL color Cylindrical-coordinate representation of color #9870A0: hue angle of 290º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9870A0 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 112 160 -
CMYK 0.05 0.30 0 0.37
HSL 290º 0.2% 0.53% -
HSV(B) 290º 0.3% 0.63% -
XYZ 25.09 20.8 35.95 -
YUV 129.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 152 112 160 0.05 0.30 0 0.37 290 0.2 0.53
Hex 98 70 A0 5 1E 0 25 122 14 35
Octal 230 160 240 5 36 0 45 442 24 65
Binary 10011000 1110000 10100000 101 11110 0 100101 100100010 10100 110101

Color Harmonies of #9870A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9870A0

Black with #9870A0

Text Example


Text Example

White with #9870A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9870A0; }

 p { color: rgb(152,112,160); }

 H1.HeaderClassName
 {
   color: #9870A0;
 }
 .AnyTagClassName
 {
   color: #9870A0;
 }
</style>

background-color css

<style>
 a { background-color: #9870A0; }

 a { background-color: rgb(152,112,160); }

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

border-color css

<style>
 span { border-color: #9870A0; }

 span { border-color: rgb(152,112,160); }

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