Html Css Color HEX #9672A0 Ce Soir

📋 copy color: '#9672A0'

red 150 ◦ green 114 ◦ blue 160

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

Shades of Ce Soir #9672A0

Tints of Ce Soir #9672A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 35.38%
G = 26.89%
B = 37.74%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9672A0 (or 0x9672A0) is known color: Ce Soir. HEX triplet: 96, 72 and A0. RGB value is (150,114,160). Sum of RGB (Red+Green+Blue) = 150+114+160=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 160 - color contains mainly: blue. Hex color #9672A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9672A0 is #698D5F. Grayscale: #818181. Windows color (decimal): -6917472 or 10515094. OLE color: 10515094.

HSL color Cylindrical-coordinate representation of color #9672A0: hue angle of 286.96º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9672A0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 114 160 -
CMYK 0.06 0.29 0 0.37
HSL 286.96º 0.19% 0.54% -
HSV(B) 286.96º 0.29% 0.63% -
XYZ 24.94 21.06 36.01 -
YUV 130.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 150 114 160 0.06 0.29 0 0.37 286.96 0.19 0.54
Hex 96 72 A0 6 1D 0 25 11F 13 36
Octal 226 162 240 6 35 0 45 437 23 66
Binary 10010110 1110010 10100000 110 11101 0 100101 100011111 10011 110110

Color Harmonies of #9672A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672A0

Black with #9672A0

Text Example


Text Example

White with #9672A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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