Html Css Color HEX #9072AC Ce Soir

📋 copy color: '#9072AC'

red 144 ◦ green 114 ◦ blue 172

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

Shades of Ce Soir #9072AC

Tints of Ce Soir #9072AC

RGB

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

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

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

R = 33.49%
G = 26.51%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9072AC (or 0x9072AC) is known color: Ce Soir. HEX triplet: 90, 72 and AC. RGB value is (144,114,172). Sum of RGB (Red+Green+Blue) = 144+114+172=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9072AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072AC is #6F8D53. Grayscale: #818181. Windows color (decimal): -7310676 or 11301520. OLE color: 11301520.

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

Color convert

RGB 144 114 172 -
CMYK 0.16 0.34 0 0.33
HSL 271.03º 0.26% 0.56% -
HSV(B) 271.03º 0.34% 0.67% -
XYZ 24.97 20.94 41.76 -
YUV 129.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 144 114 172 0.16 0.34 0 0.33 271.03 0.26 0.56
Hex 90 72 AC 10 22 0 21 10F 1A 38
Octal 220 162 254 20 42 0 41 417 32 70
Binary 10010000 1110010 10101100 10000 100010 0 100001 100001111 11010 111000

Color Harmonies of #9072AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9072AC

Black with #9072AC

Text Example


Text Example

White with #9072AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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