Html Css Color HEX #9B72AE Ce Soir

📋 copy color: '#9B72AE'

red 155 ◦ green 114 ◦ blue 174

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

Shades of Ce Soir #9B72AE

Tints of Ce Soir #9B72AE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 34.99%
G = 25.73%
B = 39.28%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B72AE (or 0x9B72AE) is known color: Ce Soir. HEX triplet: 9B, 72 and AE. RGB value is (155,114,174). Sum of RGB (Red+Green+Blue) = 155+114+174=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B72AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B72AE is #648D51. Grayscale: #848484. Windows color (decimal): -6589778 or 11432603. OLE color: 11432603.

HSL color Cylindrical-coordinate representation of color #9B72AE: hue angle of 281º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B72AE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 114 174 -
CMYK 0.11 0.34 0 0.32
HSL 281º 0.27% 0.56% -
HSV(B) 281º 0.34% 0.68% -
XYZ 27.17 22.06 42.87 -
YUV 133.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 155 114 174 0.11 0.34 0 0.32 281 0.27 0.56
Hex 9B 72 AE B 22 0 20 119 1B 38
Octal 233 162 256 13 42 0 40 431 33 70
Binary 10011011 1110010 10101110 1011 100010 0 100000 100011001 11011 111000

Color Harmonies of #9B72AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B72AE

Black with #9B72AE

Text Example


Text Example

White with #9B72AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,114,174); }

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

background-color css

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

 a { background-color: rgb(155,114,174); }

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

border-color css

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

 span { border-color: rgb(155,114,174); }

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