Html Css Color HEX #9A71AB Ce Soir

📋 copy color: '#9A71AB'

red 154 ◦ green 113 ◦ blue 171

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

Shades of Ce Soir #9A71AB

Tints of Ce Soir #9A71AB

RGB

 RED value IS 154 (60.55% from 255) = 35.16%

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

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

R = 35.16%
G = 25.8%
B = 39.04%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A71AB (or 0x9A71AB) is known color: Ce Soir. HEX triplet: 9A, 71 and AB. RGB value is (154,113,171). Sum of RGB (Red+Green+Blue) = 154+113+171=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A71AB is #658E54. Grayscale: #838383. Windows color (decimal): -6655573 or 11235738. OLE color: 11235738.

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

Color convert

RGB 154 113 171 -
CMYK 0.10 0.34 0 0.33
HSL 282.41º 0.26% 0.56% -
HSV(B) 282.41º 0.34% 0.67% -
XYZ 26.58 21.62 41.3 -
YUV 131.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 154 113 171 0.10 0.34 0 0.33 282.41 0.26 0.56
Hex 9A 71 AB A 22 0 21 11A 1A 38
Octal 232 161 253 12 42 0 41 432 32 70
Binary 10011010 1110001 10101011 1010 100010 0 100001 100011010 11010 111000

Color Harmonies of #9A71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A71AB

Black with #9A71AB

Text Example


Text Example

White with #9A71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A71AB; }

 p { color: rgb(154,113,171); }

 H1.HeaderClassName
 {
   color: #9A71AB;
 }
 .AnyTagClassName
 {
   color: #9A71AB;
 }
</style>

background-color css

<style>
 a { background-color: #9A71AB; }

 a { background-color: rgb(154,113,171); }

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

border-color css

<style>
 span { border-color: #9A71AB; }

 span { border-color: rgb(154,113,171); }

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