Html Css Color HEX #966DAD Ce Soir

📋 copy color: '#966DAD'

red 150 ◦ green 109 ◦ blue 173

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

Shades of Ce Soir #966DAD

Tints of Ce Soir #966DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

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

R = 34.72%
G = 25.23%
B = 40.05%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966DAD (or 0x966DAD) is known color: Ce Soir. HEX triplet: 96, 6D and AD. RGB value is (150,109,173). Sum of RGB (Red+Green+Blue) = 150+109+173=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #966DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAD is #699252. Grayscale: #808080. Windows color (decimal): -6918739 or 11365782. OLE color: 11365782.

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

Color convert

RGB 150 109 173 -
CMYK 0.13 0.37 0 0.32
HSL 278.44º 0.28% 0.55% -
HSV(B) 278.44º 0.37% 0.68% -
XYZ 25.59 20.44 42.13 -
YUV 128.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 150 109 173 0.13 0.37 0 0.32 278.44 0.28 0.55
Hex 96 6D AD D 25 0 20 116 1C 37
Octal 226 155 255 15 45 0 40 426 34 67
Binary 10010110 1101101 10101101 1101 100101 0 100000 100010110 11100 110111

Color Harmonies of #966DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DAD

Black with #966DAD

Text Example


Text Example

White with #966DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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