Html Css Color HEX #9070A0 Ce Soir

📋 copy color: '#9070A0'

red 144 ◦ green 112 ◦ blue 160

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

Shades of Ce Soir #9070A0

Tints of Ce Soir #9070A0

RGB

 RED value IS 144 (56.64% from 255) = 34.62%

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

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

R = 34.62%
G = 26.92%
B = 38.46%

CMYK

 C value IS 0.1

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9070A0 (or 0x9070A0) is known color: Ce Soir. HEX triplet: 90, 70 and A0. RGB value is (144,112,160). Sum of RGB (Red+Green+Blue) = 144+112+160=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #9070A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9070A0 is #6F8F5F. Grayscale: #7E7E7E. Windows color (decimal): -7311200 or 10514576. OLE color: 10514576.

HSL color Cylindrical-coordinate representation of color #9070A0: hue angle of 280º 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 #9070A0 is Cyan = 0.1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 112 160 -
CMYK 0.1 0.30 0 0.37
HSL 280º 0.2% 0.53% -
HSV(B) 280º 0.3% 0.63% -
XYZ 23.64 20.06 35.88 -
YUV 127.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 144 112 160 0.1 0.30 0 0.37 280 0.2 0.53
Hex 90 70 A0 A 1E 0 25 118 14 35
Octal 220 160 240 12 36 0 45 430 24 65
Binary 10010000 1110000 10100000 1010 11110 0 100101 100011000 10100 110101

Color Harmonies of #9070A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9070A0

Black with #9070A0

Text Example


Text Example

White with #9070A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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