Html Css Color HEX #9A7EAA Ce Soir

📋 copy color: '#9A7EAA'

red 154 ◦ green 126 ◦ blue 170

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

Shades of Ce Soir #9A7EAA

Tints of Ce Soir #9A7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 34.22%
G = 28%
B = 37.78%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A7EAA (or 0x9A7EAA) is known color: Ce Soir. HEX triplet: 9A, 7E and AA. RGB value is (154,126,170). Sum of RGB (Red+Green+Blue) = 154+126+170=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7EAA is #658155. Grayscale: #8B8B8B. Windows color (decimal): -6652246 or 11173530. OLE color: 11173530.

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

Color convert

RGB 154 126 170 -
CMYK 0.09 0.26 0 0.33
HSL 278.18º 0.21% 0.58% -
HSV(B) 278.18º 0.26% 0.67% -
XYZ 28.04 24.69 41.32 -
YUV 139.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 154 126 170 0.09 0.26 0 0.33 278.18 0.21 0.58
Hex 9A 7E AA 9 1A 0 21 116 15 3A
Octal 232 176 252 11 32 0 41 426 25 72
Binary 10011010 1111110 10101010 1001 11010 0 100001 100010110 10101 111010

Color Harmonies of #9A7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7EAA

Black with #9A7EAA

Text Example


Text Example

White with #9A7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,126,170); }

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

background-color css

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

 a { background-color: rgb(154,126,170); }

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

border-color css

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

 span { border-color: rgb(154,126,170); }

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