Html Css Color HEX #9674AB Ce Soir

📋 copy color: '#9674AB'

red 150 ◦ green 116 ◦ blue 171

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

Shades of Ce Soir #9674AB

Tints of Ce Soir #9674AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 34.32%
G = 26.54%
B = 39.13%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9674AB (or 0x9674AB) is known color: Ce Soir. HEX triplet: 96, 74 and AB. RGB value is (150,116,171). Sum of RGB (Red+Green+Blue) = 150+116+171=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9674AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9674AB is #698B54. Grayscale: #848484. Windows color (decimal): -6916949 or 11236502. OLE color: 11236502.

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

Color convert

RGB 150 116 171 -
CMYK 0.12 0.32 0 0.33
HSL 277.09º 0.25% 0.56% -
HSV(B) 277.09º 0.32% 0.67% -
XYZ 26.17 21.92 41.38 -
YUV 132.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 150 116 171 0.12 0.32 0 0.33 277.09 0.25 0.56
Hex 96 74 AB C 20 0 21 115 19 38
Octal 226 164 253 14 40 0 41 425 31 70
Binary 10010110 1110100 10101011 1100 100000 0 100001 100010101 11001 111000

Color Harmonies of #9674AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9674AB

Black with #9674AB

Text Example


Text Example

White with #9674AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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