Html Css Color HEX #9071AC Ce Soir

📋 copy color: '#9071AC'

red 144 ◦ green 113 ◦ blue 172

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

Shades of Ce Soir #9071AC

Tints of Ce Soir #9071AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 33.57%
G = 26.34%
B = 40.09%

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

#9071AC (or 0x9071AC) is known color: Ce Soir. HEX triplet: 90, 71 and AC. RGB value is (144,113,172). Sum of RGB (Red+Green+Blue) = 144+113+172=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9071AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9071AC is #6F8E53. Grayscale: #808080. Windows color (decimal): -7310932 or 11301264. OLE color: 11301264.

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

Color convert

RGB 144 113 172 -
CMYK 0.16 0.34 0 0.33
HSL 271.53º 0.26% 0.56% -
HSV(B) 271.53º 0.34% 0.67% -
XYZ 24.85 20.72 41.72 -
YUV 129 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 144 113 172 0.16 0.34 0 0.33 271.53 0.26 0.56
Hex 90 71 AC 10 22 0 21 110 1A 38
Octal 220 161 254 20 42 0 41 420 32 70
Binary 10010000 1110001 10101100 10000 100010 0 100001 100010000 11010 111000

Color Harmonies of #9071AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9071AC

Black with #9071AC

Text Example


Text Example

White with #9071AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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