Html Css Color HEX #9672AB Ce Soir

📋 copy color: '#9672AB'

red 150 ◦ green 114 ◦ blue 171

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

Shades of Ce Soir #9672AB

Tints of Ce Soir #9672AB

RGB

 RED value IS 150 (58.98% from 255) = 34.48%

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

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

R = 34.48%
G = 26.21%
B = 39.31%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9672AB (or 0x9672AB) is known color: Ce Soir. HEX triplet: 96, 72 and AB. RGB value is (150,114,171). Sum of RGB (Red+Green+Blue) = 150+114+171=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #9672AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9672AB is #698D54. Grayscale: #838383. Windows color (decimal): -6917461 or 11235990. OLE color: 11235990.

HSL color Cylindrical-coordinate representation of color #9672AB: hue angle of 277.89º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9672AB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 114 171 -
CMYK 0.12 0.33 0 0.33
HSL 277.89º 0.25% 0.56% -
HSV(B) 277.89º 0.33% 0.67% -
XYZ 25.95 21.46 41.3 -
YUV 131.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 150 114 171 0.12 0.33 0 0.33 277.89 0.25 0.56
Hex 96 72 AB C 21 0 21 116 19 38
Octal 226 162 253 14 41 0 41 426 31 70
Binary 10010110 1110010 10101011 1100 100001 0 100001 100010110 11001 111000

Color Harmonies of #9672AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672AB

Black with #9672AB

Text Example


Text Example

White with #9672AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9672AB; }

 p { color: rgb(150,114,171); }

 H1.HeaderClassName
 {
   color: #9672AB;
 }
 .AnyTagClassName
 {
   color: #9672AB;
 }
</style>

background-color css

<style>
 a { background-color: #9672AB; }

 a { background-color: rgb(150,114,171); }

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

border-color css

<style>
 span { border-color: #9672AB; }

 span { border-color: rgb(150,114,171); }

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