Html Css Color HEX #9061AB Ce Soir

📋 copy color: '#9061AB'

red 144 ◦ green 97 ◦ blue 171

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

Shades of Ce Soir #9061AB

Tints of Ce Soir #9061AB

RGB

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

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

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

R = 34.95%
G = 23.54%
B = 41.5%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9061AB (or 0x9061AB) is known color: Ce Soir. HEX triplet: 90, 61 and AB. RGB value is (144,97,171). Sum of RGB (Red+Green+Blue) = 144+97+171=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9061AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9061AB is #6F9E54. Grayscale: #777777. Windows color (decimal): -7315029 or 11231632. OLE color: 11231632.

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

Color convert

RGB 144 97 171 -
CMYK 0.16 0.43 0 0.33
HSL 278.11º 0.31% 0.53% -
HSV(B) 278.11º 0.43% 0.67% -
XYZ 23.13 17.42 40.67 -
YUV 119.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 144 97 171 0.16 0.43 0 0.33 278.11 0.31 0.53
Hex 90 61 AB 10 2B 0 21 116 1F 35
Octal 220 141 253 20 53 0 41 426 37 65
Binary 10010000 1100001 10101011 10000 101011 0 100001 100010110 11111 110101

Color Harmonies of #9061AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061AB

Black with #9061AB

Text Example


Text Example

White with #9061AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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