Html Css Color HEX #9061AA Ce Soir

📋 copy color: '#9061AA'

red 144 ◦ green 97 ◦ blue 170

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

Shades of Ce Soir #9061AA

Tints of Ce Soir #9061AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

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

R = 35.04%
G = 23.6%
B = 41.36%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9061AA (or 0x9061AA) is known color: Ce Soir. HEX triplet: 90, 61 and AA. RGB value is (144,97,170). Sum of RGB (Red+Green+Blue) = 144+97+170=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #9061AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9061AA is #6F9E55. Grayscale: #777777. Windows color (decimal): -7315030 or 11166096. OLE color: 11166096.

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

Color convert

RGB 144 97 170 -
CMYK 0.15 0.43 0 0.33
HSL 278.63º 0.3% 0.52% -
HSV(B) 278.63º 0.43% 0.67% -
XYZ 23.03 17.38 40.17 -
YUV 119.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 144 97 170 0.15 0.43 0 0.33 278.63 0.3 0.52
Hex 90 61 AA F 2B 0 21 117 1E 34
Octal 220 141 252 17 53 0 41 427 36 64
Binary 10010000 1100001 10101010 1111 101011 0 100001 100010111 11110 110100

Color Harmonies of #9061AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061AA

Black with #9061AA

Text Example


Text Example

White with #9061AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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