Html Css Color HEX #9B76AB Ce Soir

📋 copy color: '#9B76AB'

red 155 ◦ green 118 ◦ blue 171

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

Shades of Ce Soir #9B76AB

Tints of Ce Soir #9B76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 34.91%
G = 26.58%
B = 38.51%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B76AB (or 0x9B76AB) is known color: Ce Soir. HEX triplet: 9B, 76 and AB. RGB value is (155,118,171). Sum of RGB (Red+Green+Blue) = 155+118+171=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B76AB is #648954. Grayscale: #868686. Windows color (decimal): -6588757 or 11237019. OLE color: 11237019.

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

Color convert

RGB 155 118 171 -
CMYK 0.09 0.31 0 0.33
HSL 281.89º 0.24% 0.57% -
HSV(B) 281.89º 0.31% 0.67% -
XYZ 27.35 22.87 41.5 -
YUV 135.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 155 118 171 0.09 0.31 0 0.33 281.89 0.24 0.57
Hex 9B 76 AB 9 1F 0 21 11A 18 39
Octal 233 166 253 11 37 0 41 432 30 71
Binary 10011011 1110110 10101011 1001 11111 0 100001 100011010 11000 111001

Color Harmonies of #9B76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B76AB

Black with #9B76AB

Text Example


Text Example

White with #9B76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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