Html Css Color HEX #9B78AB Ce Soir

📋 copy color: '#9B78AB'

red 155 ◦ green 120 ◦ blue 171

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

Shades of Ce Soir #9B78AB

Tints of Ce Soir #9B78AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.91%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 34.75%
G = 26.91%
B = 38.34%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B78AB (or 0x9B78AB) is known color: Ce Soir. HEX triplet: 9B, 78 and AB. RGB value is (155,120,171). Sum of RGB (Red+Green+Blue) = 155+120+171=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B78AB is #648754. Grayscale: #888888. Windows color (decimal): -6588245 or 11237531. OLE color: 11237531.

HSL color Cylindrical-coordinate representation of color #9B78AB: hue angle of 281.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B78AB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 120 171 -
CMYK 0.09 0.30 0 0.33
HSL 281.18º 0.23% 0.57% -
HSV(B) 281.18º 0.3% 0.67% -
XYZ 27.58 23.34 41.58 -
YUV 136.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 155 120 171 0.09 0.30 0 0.33 281.18 0.23 0.57
Hex 9B 78 AB 9 1E 0 21 119 17 39
Octal 233 170 253 11 36 0 41 431 27 71
Binary 10011011 1111000 10101011 1001 11110 0 100001 100011001 10111 111001

Color Harmonies of #9B78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B78AB

Black with #9B78AB

Text Example


Text Example

White with #9B78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,171); }

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

background-color css

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

 a { background-color: rgb(155,120,171); }

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

border-color css

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

 span { border-color: rgb(155,120,171); }

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