Html Css Color HEX #9070AC Ce Soir

📋 copy color: '#9070AC'

red 144 ◦ green 112 ◦ blue 172

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

Shades of Ce Soir #9070AC

Tints of Ce Soir #9070AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 33.64%
G = 26.17%
B = 40.19%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9070AC (or 0x9070AC) is known color: Ce Soir. HEX triplet: 90, 70 and AC. RGB value is (144,112,172). Sum of RGB (Red+Green+Blue) = 144+112+172=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #9070AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9070AC is #6F8F53. Grayscale: #808080. Windows color (decimal): -7311188 or 11301008. OLE color: 11301008.

HSL color Cylindrical-coordinate representation of color #9070AC: hue angle of 272º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9070AC is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 112 172 -
CMYK 0.16 0.35 0 0.33
HSL 272º 0.27% 0.56% -
HSV(B) 272º 0.35% 0.67% -
XYZ 24.74 20.5 41.68 -
YUV 128.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 144 112 172 0.16 0.35 0 0.33 272 0.27 0.56
Hex 90 70 AC 10 23 0 21 110 1B 38
Octal 220 160 254 20 43 0 41 420 33 70
Binary 10010000 1110000 10101100 10000 100011 0 100001 100010000 11011 111000

Color Harmonies of #9070AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9070AC

Black with #9070AC

Text Example


Text Example

White with #9070AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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