Html Css Color HEX #9072AA Ce Soir

📋 copy color: '#9072AA'

red 144 ◦ green 114 ◦ blue 170

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

Shades of Ce Soir #9072AA

Tints of Ce Soir #9072AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.64%

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

R = 33.64%
G = 26.64%
B = 39.72%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9072AA (or 0x9072AA) is known color: Ce Soir. HEX triplet: 90, 72 and AA. RGB value is (144,114,170). Sum of RGB (Red+Green+Blue) = 144+114+170=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #9072AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072AA is #6F8D55. Grayscale: #818181. Windows color (decimal): -7310678 or 11170448. OLE color: 11170448.

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

Color convert

RGB 144 114 170 -
CMYK 0.15 0.33 0 0.33
HSL 272.14º 0.25% 0.56% -
HSV(B) 272.14º 0.33% 0.67% -
XYZ 24.77 20.87 40.75 -
YUV 129.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 144 114 170 0.15 0.33 0 0.33 272.14 0.25 0.56
Hex 90 72 AA F 21 0 21 110 19 38
Octal 220 162 252 17 41 0 41 420 31 70
Binary 10010000 1110010 10101010 1111 100001 0 100001 100010000 11001 111000

Color Harmonies of #9072AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9072AA

Black with #9072AA

Text Example


Text Example

White with #9072AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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