Html Css Color HEX #9A7FAB Ce Soir

📋 copy color: '#9A7FAB'

red 154 ◦ green 127 ◦ blue 171

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

Shades of Ce Soir #9A7FAB

Tints of Ce Soir #9A7FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 34.07%
G = 28.1%
B = 37.83%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A7FAB (or 0x9A7FAB) is known color: Ce Soir. HEX triplet: 9A, 7F and AB. RGB value is (154,127,171). Sum of RGB (Red+Green+Blue) = 154+127+171=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7FAB is #658054. Grayscale: #8B8B8B. Windows color (decimal): -6651989 or 11239322. OLE color: 11239322.

HSL color Cylindrical-coordinate representation of color #9A7FAB: hue angle of 276.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A7FAB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 127 171 -
CMYK 0.10 0.26 0 0.33
HSL 276.82º 0.21% 0.58% -
HSV(B) 276.82º 0.26% 0.67% -
XYZ 28.27 24.99 41.86 -
YUV 140.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 154 127 171 0.10 0.26 0 0.33 276.82 0.21 0.58
Hex 9A 7F AB A 1A 0 21 115 15 3A
Octal 232 177 253 12 32 0 41 425 25 72
Binary 10011010 1111111 10101011 1010 11010 0 100001 100010101 10101 111010

Color Harmonies of #9A7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7FAB

Black with #9A7FAB

Text Example


Text Example

White with #9A7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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