Html Css Color HEX #9B7AAE Ce Soir

📋 copy color: '#9B7AAE'

red 155 ◦ green 122 ◦ blue 174

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

Shades of Ce Soir #9B7AAE

Tints of Ce Soir #9B7AAE

RGB

 RED value IS 155 (60.94% from 255) = 34.37%

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

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 34.37%
G = 27.05%
B = 38.58%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B7AAE (or 0x9B7AAE) is known color: Ce Soir. HEX triplet: 9B, 7A and AE. RGB value is (155,122,174). Sum of RGB (Red+Green+Blue) = 155+122+174=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7AAE is #648551. Grayscale: #898989. Windows color (decimal): -6587730 or 11434651. OLE color: 11434651.

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

Color convert

RGB 155 122 174 -
CMYK 0.11 0.30 0 0.32
HSL 278.08º 0.24% 0.58% -
HSV(B) 278.08º 0.3% 0.68% -
XYZ 28.12 23.94 43.18 -
YUV 137.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 155 122 174 0.11 0.30 0 0.32 278.08 0.24 0.58
Hex 9B 7A AE B 1E 0 20 116 18 3A
Octal 233 172 256 13 36 0 40 426 30 72
Binary 10011011 1111010 10101110 1011 11110 0 100000 100010110 11000 111010

Color Harmonies of #9B7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7AAE

Black with #9B7AAE

Text Example


Text Example

White with #9B7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,174); }

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

background-color css

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

 a { background-color: rgb(155,122,174); }

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

border-color css

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

 span { border-color: rgb(155,122,174); }

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