Html Css Color HEX #9072AB Ce Soir

📋 copy color: '#9072AB'

red 144 ◦ green 114 ◦ blue 171

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

Shades of Ce Soir #9072AB

Tints of Ce Soir #9072AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 33.57%
G = 26.57%
B = 39.86%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9072AB (or 0x9072AB) is known color: Ce Soir. HEX triplet: 90, 72 and AB. RGB value is (144,114,171). Sum of RGB (Red+Green+Blue) = 144+114+171=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9072AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072AB is #6F8D54. Grayscale: #818181. Windows color (decimal): -7310677 or 11235984. OLE color: 11235984.

HSL color Cylindrical-coordinate representation of color #9072AB: hue angle of 271.58º 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 #9072AB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 114 171 -
CMYK 0.16 0.33 0 0.33
HSL 271.58º 0.25% 0.56% -
HSV(B) 271.58º 0.33% 0.67% -
XYZ 24.87 20.9 41.25 -
YUV 129.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 144 114 171 0.16 0.33 0 0.33 271.58 0.25 0.56
Hex 90 72 AB 10 21 0 21 110 19 38
Octal 220 162 253 20 41 0 41 420 31 70
Binary 10010000 1110010 10101011 10000 100001 0 100001 100010000 11001 111000

Color Harmonies of #9072AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9072AB

Black with #9072AB

Text Example


Text Example

White with #9072AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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