Html Css Color HEX #966CAD Ce Soir

📋 copy color: '#966CAD'

red 150 ◦ green 108 ◦ blue 173

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

Shades of Ce Soir #966CAD

Tints of Ce Soir #966CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.06%

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 34.8%
G = 25.06%
B = 40.14%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966CAD (or 0x966CAD) is known color: Ce Soir. HEX triplet: 96, 6C and AD. RGB value is (150,108,173). Sum of RGB (Red+Green+Blue) = 150+108+173=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #966CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966CAD is #699352. Grayscale: #7F7F7F. Windows color (decimal): -6918995 or 11365526. OLE color: 11365526.

HSL color Cylindrical-coordinate representation of color #966CAD: hue angle of 278.77º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966CAD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 108 173 -
CMYK 0.13 0.38 0 0.32
HSL 278.77º 0.28% 0.55% -
HSV(B) 278.77º 0.38% 0.68% -
XYZ 25.48 20.23 42.1 -
YUV 127.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 150 108 173 0.13 0.38 0 0.32 278.77 0.28 0.55
Hex 96 6C AD D 26 0 20 117 1C 37
Octal 226 154 255 15 46 0 40 427 34 67
Binary 10010110 1101100 10101101 1101 100110 0 100000 100010111 11100 110111

Color Harmonies of #966CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CAD

Black with #966CAD

Text Example


Text Example

White with #966CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966CAD; }

 p { color: rgb(150,108,173); }

 H1.HeaderClassName
 {
   color: #966CAD;
 }
 .AnyTagClassName
 {
   color: #966CAD;
 }
</style>

background-color css

<style>
 a { background-color: #966CAD; }

 a { background-color: rgb(150,108,173); }

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

border-color css

<style>
 span { border-color: #966CAD; }

 span { border-color: rgb(150,108,173); }

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