Html Css Color HEX #9671A6 Ce Soir

📋 copy color: '#9671A6'

red 150 ◦ green 113 ◦ blue 166

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

Shades of Ce Soir #9671A6

Tints of Ce Soir #9671A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 34.97%
G = 26.34%
B = 38.69%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9671A6 (or 0x9671A6) is known color: Ce Soir. HEX triplet: 96, 71 and A6. RGB value is (150,113,166). Sum of RGB (Red+Green+Blue) = 150+113+166=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 166 - color contains mainly: blue. Hex color #9671A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9671A6 is #698E59. Grayscale: #818181. Windows color (decimal): -6917722 or 10908054. OLE color: 10908054.

HSL color Cylindrical-coordinate representation of color #9671A6: hue angle of 281.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9671A6 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 113 166 -
CMYK 0.10 0.32 0 0.35
HSL 281.89º 0.23% 0.55% -
HSV(B) 281.89º 0.32% 0.65% -
XYZ 25.37 21.05 38.8 -
YUV 130.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 150 113 166 0.10 0.32 0 0.35 281.89 0.23 0.55
Hex 96 71 A6 A 20 0 23 11A 17 37
Octal 226 161 246 12 40 0 43 432 27 67
Binary 10010110 1110001 10100110 1010 100000 0 100011 100011010 10111 110111

Color Harmonies of #9671A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671A6

Black with #9671A6

Text Example


Text Example

White with #9671A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9671A6; }

 p { color: rgb(150,113,166); }

 H1.HeaderClassName
 {
   color: #9671A6;
 }
 .AnyTagClassName
 {
   color: #9671A6;
 }
</style>

background-color css

<style>
 a { background-color: #9671A6; }

 a { background-color: rgb(150,113,166); }

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

border-color css

<style>
 span { border-color: #9671A6; }

 span { border-color: rgb(150,113,166); }

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