Html Css Color HEX #9B79AD Ce Soir

📋 copy color: '#9B79AD'

red 155 ◦ green 121 ◦ blue 173

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

Shades of Ce Soir #9B79AD

Tints of Ce Soir #9B79AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.95%

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

R = 34.52%
G = 26.95%
B = 38.53%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B79AD (or 0x9B79AD) is known color: Ce Soir. HEX triplet: 9B, 79 and AD. RGB value is (155,121,173). Sum of RGB (Red+Green+Blue) = 155+121+173=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B79AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B79AD is #648652. Grayscale: #888888. Windows color (decimal): -6587987 or 11368859. OLE color: 11368859.

HSL color Cylindrical-coordinate representation of color #9B79AD: hue angle of 279.23º 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 #9B79AD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 121 173 -
CMYK 0.10 0.30 0 0.32
HSL 279.23º 0.24% 0.58% -
HSV(B) 279.23º 0.3% 0.68% -
XYZ 27.9 23.66 42.63 -
YUV 137.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 155 121 173 0.10 0.30 0 0.32 279.23 0.24 0.58
Hex 9B 79 AD A 1E 0 20 117 18 3A
Octal 233 171 255 12 36 0 40 427 30 72
Binary 10011011 1111001 10101101 1010 11110 0 100000 100010111 11000 111010

Color Harmonies of #9B79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B79AD

Black with #9B79AD

Text Example


Text Example

White with #9B79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,173); }

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

background-color css

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

 a { background-color: rgb(155,121,173); }

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

border-color css

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

 span { border-color: rgb(155,121,173); }

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