Html Css Color HEX #9A7BAD Ce Soir

📋 copy color: '#9A7BAD'

red 154 ◦ green 123 ◦ blue 173

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

Shades of Ce Soir #9A7BAD

Tints of Ce Soir #9A7BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 34.22%
G = 27.33%
B = 38.44%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A7BAD (or 0x9A7BAD) is known color: Ce Soir. HEX triplet: 9A, 7B and AD. RGB value is (154,123,173). Sum of RGB (Red+Green+Blue) = 154+123+173=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7BAD is #658452. Grayscale: #898989. Windows color (decimal): -6653011 or 11369370. OLE color: 11369370.

HSL color Cylindrical-coordinate representation of color #9A7BAD: hue angle of 277.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A7BAD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 123 173 -
CMYK 0.11 0.29 0 0.32
HSL 277.2º 0.23% 0.58% -
HSV(B) 277.2º 0.29% 0.68% -
XYZ 27.95 24.05 42.7 -
YUV 137.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 154 123 173 0.11 0.29 0 0.32 277.2 0.23 0.58
Hex 9A 7B AD B 1D 0 20 115 17 3A
Octal 232 173 255 13 35 0 40 425 27 72
Binary 10011010 1111011 10101101 1011 11101 0 100000 100010101 10111 111010

Color Harmonies of #9A7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7BAD

Black with #9A7BAD

Text Example


Text Example

White with #9A7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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