Html Css Color HEX #9D7AAA Ce Soir

📋 copy color: '#9D7AAA'

red 157 ◦ green 122 ◦ blue 170

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

Shades of Ce Soir #9D7AAA

Tints of Ce Soir #9D7AAA

RGB

 RED value IS 157 (61.72% from 255) = 34.97%

 GREEN value IS 122 (48.05% from 255) = 27.17%

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

R = 34.97%
G = 27.17%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D7AAA (or 0x9D7AAA) is known color: Ce Soir. HEX triplet: 9D, 7A and AA. RGB value is (157,122,170). Sum of RGB (Red+Green+Blue) = 157+122+170=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7AAA is #628555. Grayscale: #898989. Windows color (decimal): -6456662 or 11172509. OLE color: 11172509.

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

Color convert

RGB 157 122 170 -
CMYK 0.08 0.28 0 0.33
HSL 283.75º 0.22% 0.57% -
HSV(B) 283.75º 0.28% 0.67% -
XYZ 28.12 23.99 41.18 -
YUV 137.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 157 122 170 0.08 0.28 0 0.33 283.75 0.22 0.57
Hex 9D 7A AA 8 1C 0 21 11C 16 39
Octal 235 172 252 10 34 0 41 434 26 71
Binary 10011101 1111010 10101010 1000 11100 0 100001 100011100 10110 111001

Color Harmonies of #9D7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7AAA

Black with #9D7AAA

Text Example


Text Example

White with #9D7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,122,170); }

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

background-color css

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

 a { background-color: rgb(157,122,170); }

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

border-color css

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

 span { border-color: rgb(157,122,170); }

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