Html Css Color HEX #9B77AE Ce Soir

📋 copy color: '#9B77AE'

red 155 ◦ green 119 ◦ blue 174

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

Shades of Ce Soir #9B77AE

Tints of Ce Soir #9B77AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

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

R = 34.6%
G = 26.56%
B = 38.84%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B77AE (or 0x9B77AE) is known color: Ce Soir. HEX triplet: 9B, 77 and AE. RGB value is (155,119,174). Sum of RGB (Red+Green+Blue) = 155+119+174=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B77AE is #648851. Grayscale: #878787. Windows color (decimal): -6588498 or 11433883. OLE color: 11433883.

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

Color convert

RGB 155 119 174 -
CMYK 0.11 0.32 0 0.32
HSL 279.27º 0.25% 0.57% -
HSV(B) 279.27º 0.32% 0.68% -
XYZ 27.75 23.22 43.06 -
YUV 136.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 155 119 174 0.11 0.32 0 0.32 279.27 0.25 0.57
Hex 9B 77 AE B 20 0 20 117 19 39
Octal 233 167 256 13 40 0 40 427 31 71
Binary 10011011 1110111 10101110 1011 100000 0 100000 100010111 11001 111001

Color Harmonies of #9B77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77AE

Black with #9B77AE

Text Example


Text Example

White with #9B77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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