Html Css Color HEX #9B71AB Ce Soir

📋 copy color: '#9B71AB'

red 155 ◦ green 113 ◦ blue 171

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

Shades of Ce Soir #9B71AB

Tints of Ce Soir #9B71AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

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

R = 35.31%
G = 25.74%
B = 38.95%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B71AB (or 0x9B71AB) is known color: Ce Soir. HEX triplet: 9B, 71 and AB. RGB value is (155,113,171). Sum of RGB (Red+Green+Blue) = 155+113+171=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B71AB is #648E54. Grayscale: #838383. Windows color (decimal): -6590037 or 11235739. OLE color: 11235739.

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

Color convert

RGB 155 113 171 -
CMYK 0.09 0.34 0 0.33
HSL 283.45º 0.26% 0.56% -
HSV(B) 283.45º 0.34% 0.67% -
XYZ 26.77 21.72 41.31 -
YUV 132.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 155 113 171 0.09 0.34 0 0.33 283.45 0.26 0.56
Hex 9B 71 AB 9 22 0 21 11B 1A 38
Octal 233 161 253 11 42 0 41 433 32 70
Binary 10011011 1110001 10101011 1001 100010 0 100001 100011011 11010 111000

Color Harmonies of #9B71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B71AB

Black with #9B71AB

Text Example


Text Example

White with #9B71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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