Html Css Color HEX #9672AC Ce Soir

📋 copy color: '#9672AC'

red 150 ◦ green 114 ◦ blue 172

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

Shades of Ce Soir #9672AC

Tints of Ce Soir #9672AC

RGB

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

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

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

R = 34.4%
G = 26.15%
B = 39.45%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9672AC (or 0x9672AC) is known color: Ce Soir. HEX triplet: 96, 72 and AC. RGB value is (150,114,172). Sum of RGB (Red+Green+Blue) = 150+114+172=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9672AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9672AC is #698D53. Grayscale: #838383. Windows color (decimal): -6917460 or 11301526. OLE color: 11301526.

HSL color Cylindrical-coordinate representation of color #9672AC: hue angle of 277.24º 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 #9672AC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 114 172 -
CMYK 0.13 0.34 0 0.33
HSL 277.24º 0.26% 0.56% -
HSV(B) 277.24º 0.34% 0.67% -
XYZ 26.04 21.5 41.81 -
YUV 131.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 150 114 172 0.13 0.34 0 0.33 277.24 0.26 0.56
Hex 96 72 AC D 22 0 21 115 1A 38
Octal 226 162 254 15 42 0 41 425 32 70
Binary 10010110 1110010 10101100 1101 100010 0 100001 100010101 11010 111000

Color Harmonies of #9672AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672AC

Black with #9672AC

Text Example


Text Example

White with #9672AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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