Html Css Color HEX #9A7BAB Ce Soir

📋 copy color: '#9A7BAB'

red 154 ◦ green 123 ◦ blue 171

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

Shades of Ce Soir #9A7BAB

Tints of Ce Soir #9A7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.46%

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

R = 34.38%
G = 27.46%
B = 38.17%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A7BAB (or 0x9A7BAB) is known color: Ce Soir. HEX triplet: 9A, 7B and AB. RGB value is (154,123,171). Sum of RGB (Red+Green+Blue) = 154+123+171=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7BAB is #658454. Grayscale: #898989. Windows color (decimal): -6653013 or 11238298. OLE color: 11238298.

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

Color convert

RGB 154 123 171 -
CMYK 0.10 0.28 0 0.33
HSL 278.75º 0.22% 0.58% -
HSV(B) 278.75º 0.28% 0.67% -
XYZ 27.76 23.98 41.69 -
YUV 137.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 154 123 171 0.10 0.28 0 0.33 278.75 0.22 0.58
Hex 9A 7B AB A 1C 0 21 117 16 3A
Octal 232 173 253 12 34 0 41 427 26 72
Binary 10011010 1111011 10101011 1010 11100 0 100001 100010111 10110 111010

Color Harmonies of #9A7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7BAB

Black with #9A7BAB

Text Example


Text Example

White with #9A7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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