Html Css Color HEX #9666B3 Ce Soir

📋 copy color: '#9666B3'

red 150 ◦ green 102 ◦ blue 179

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

Shades of Ce Soir #9666B3

Tints of Ce Soir #9666B3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 34.8%
G = 23.67%
B = 41.53%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9666B3 (or 0x9666B3) is known color: Ce Soir. HEX triplet: 96, 66 and B3. RGB value is (150,102,179). Sum of RGB (Red+Green+Blue) = 150+102+179=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #9666B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666B3 is #69994C. Grayscale: #7C7C7C. Windows color (decimal): -6920525 or 11757206. OLE color: 11757206.

HSL color Cylindrical-coordinate representation of color #9666B3: hue angle of 277.4º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9666B3 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 102 179 -
CMYK 0.16 0.43 0 0.30
HSL 277.4º 0.34% 0.55% -
HSV(B) 277.4º 0.43% 0.7% -
XYZ 25.47 19.24 45.02 -
YUV 125.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 150 102 179 0.16 0.43 0 0.30 277.4 0.34 0.55
Hex 96 66 B3 10 2B 0 1E 115 22 37
Octal 226 146 263 20 53 0 36 425 42 67
Binary 10010110 1100110 10110011 10000 101011 0 11110 100010101 100010 110111

Color Harmonies of #9666B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666B3

Black with #9666B3

Text Example


Text Example

White with #9666B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9666B3; }

 p { color: rgb(150,102,179); }

 H1.HeaderClassName
 {
   color: #9666B3;
 }
 .AnyTagClassName
 {
   color: #9666B3;
 }
</style>

background-color css

<style>
 a { background-color: #9666B3; }

 a { background-color: rgb(150,102,179); }

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

border-color css

<style>
 span { border-color: #9666B3; }

 span { border-color: rgb(150,102,179); }

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