Html Css Color HEX #9074A6 Ce Soir

📋 copy color: '#9074A6'

red 144 ◦ green 116 ◦ blue 166

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

Shades of Ce Soir #9074A6

Tints of Ce Soir #9074A6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 33.8%
G = 27.23%
B = 38.97%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9074A6 (or 0x9074A6) is known color: Ce Soir. HEX triplet: 90, 74 and A6. RGB value is (144,116,166). Sum of RGB (Red+Green+Blue) = 144+116+166=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 166 - color contains mainly: blue. Hex color #9074A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9074A6 is #6F8B59. Grayscale: #818181. Windows color (decimal): -7310170 or 10908816. OLE color: 10908816.

HSL color Cylindrical-coordinate representation of color #9074A6: hue angle of 273.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9074A6 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 116 166 -
CMYK 0.13 0.30 0 0.35
HSL 273.6º 0.22% 0.55% -
HSV(B) 273.6º 0.3% 0.65% -
XYZ 24.63 21.17 38.87 -
YUV 130.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 144 116 166 0.13 0.30 0 0.35 273.6 0.22 0.55
Hex 90 74 A6 D 1E 0 23 112 16 37
Octal 220 164 246 15 36 0 43 422 26 67
Binary 10010000 1110100 10100110 1101 11110 0 100011 100010010 10110 110111

Color Harmonies of #9074A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9074A6

Black with #9074A6

Text Example


Text Example

White with #9074A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9074A6; }

 p { color: rgb(144,116,166); }

 H1.HeaderClassName
 {
   color: #9074A6;
 }
 .AnyTagClassName
 {
   color: #9074A6;
 }
</style>

background-color css

<style>
 a { background-color: #9074A6; }

 a { background-color: rgb(144,116,166); }

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

border-color css

<style>
 span { border-color: #9074A6; }

 span { border-color: rgb(144,116,166); }

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