Html Css Color HEX #9B76AC Ce Soir

📋 copy color: '#9B76AC'

red 155 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #9B76AC

Tints of Ce Soir #9B76AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 34.83%
G = 26.52%
B = 38.65%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B76AC (or 0x9B76AC) is known color: Ce Soir. HEX triplet: 9B, 76 and AC. RGB value is (155,118,172). Sum of RGB (Red+Green+Blue) = 155+118+172=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B76AC is #648953. Grayscale: #878787. Windows color (decimal): -6588756 or 11302555. OLE color: 11302555.

HSL color Cylindrical-coordinate representation of color #9B76AC: hue angle of 281.11º degrees, saturation: 0.25, 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 #9B76AC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 118 172 -
CMYK 0.10 0.31 0 0.33
HSL 281.11º 0.25% 0.57% -
HSV(B) 281.11º 0.31% 0.67% -
XYZ 27.44 22.9 42 -
YUV 135.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 155 118 172 0.10 0.31 0 0.33 281.11 0.25 0.57
Hex 9B 76 AC A 1F 0 21 119 19 39
Octal 233 166 254 12 37 0 41 431 31 71
Binary 10011011 1110110 10101100 1010 11111 0 100001 100011001 11001 111001

Color Harmonies of #9B76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B76AC

Black with #9B76AC

Text Example


Text Example

White with #9B76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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