Html Css Color HEX #9675AB Ce Soir

📋 copy color: '#9675AB'

red 150 ◦ green 117 ◦ blue 171

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

Shades of Ce Soir #9675AB

Tints of Ce Soir #9675AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 34.25%
G = 26.71%
B = 39.04%

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

#9675AB (or 0x9675AB) is known color: Ce Soir. HEX triplet: 96, 75 and AB. RGB value is (150,117,171). Sum of RGB (Red+Green+Blue) = 150+117+171=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #9675AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9675AB is #698A54. Grayscale: #848484. Windows color (decimal): -6916693 or 11236758. OLE color: 11236758.

HSL color Cylindrical-coordinate representation of color #9675AB: hue angle of 276.67º degrees, saturation: 0.24, 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 #9675AB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 117 171 -
CMYK 0.12 0.32 0 0.33
HSL 276.67º 0.24% 0.56% -
HSV(B) 276.67º 0.32% 0.67% -
XYZ 26.29 22.15 41.42 -
YUV 133.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 150 117 171 0.12 0.32 0 0.33 276.67 0.24 0.56
Hex 96 75 AB C 20 0 21 115 18 38
Octal 226 165 253 14 40 0 41 425 30 70
Binary 10010110 1110101 10101011 1100 100000 0 100001 100010101 11000 111000

Color Harmonies of #9675AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675AB

Black with #9675AB

Text Example


Text Example

White with #9675AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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