Html Css Color HEX #9073AA Ce Soir

📋 copy color: '#9073AA'

red 144 ◦ green 115 ◦ blue 170

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

Shades of Ce Soir #9073AA

Tints of Ce Soir #9073AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 33.57%
G = 26.81%
B = 39.63%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9073AA (or 0x9073AA) is known color: Ce Soir. HEX triplet: 90, 73 and AA. RGB value is (144,115,170). Sum of RGB (Red+Green+Blue) = 144+115+170=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #9073AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9073AA is #6F8C55. Grayscale: #818181. Windows color (decimal): -7310422 or 11170704. OLE color: 11170704.

HSL color Cylindrical-coordinate representation of color #9073AA: hue angle of 271.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9073AA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 115 170 -
CMYK 0.15 0.32 0 0.33
HSL 271.64º 0.24% 0.56% -
HSV(B) 271.64º 0.32% 0.67% -
XYZ 24.89 21.09 40.79 -
YUV 129.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 144 115 170 0.15 0.32 0 0.33 271.64 0.24 0.56
Hex 90 73 AA F 20 0 21 110 18 38
Octal 220 163 252 17 40 0 41 420 30 70
Binary 10010000 1110011 10101010 1111 100000 0 100001 100010000 11000 111000

Color Harmonies of #9073AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9073AA

Black with #9073AA

Text Example


Text Example

White with #9073AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9073AA; }

 p { color: rgb(144,115,170); }

 H1.HeaderClassName
 {
   color: #9073AA;
 }
 .AnyTagClassName
 {
   color: #9073AA;
 }
</style>

background-color css

<style>
 a { background-color: #9073AA; }

 a { background-color: rgb(144,115,170); }

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

border-color css

<style>
 span { border-color: #9073AA; }

 span { border-color: rgb(144,115,170); }

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