Html Css Color HEX #966DAE Ce Soir

📋 copy color: '#966DAE'

red 150 ◦ green 109 ◦ blue 174

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

Shades of Ce Soir #966DAE

Tints of Ce Soir #966DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 34.64%
G = 25.17%
B = 40.18%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966DAE (or 0x966DAE) is known color: Ce Soir. HEX triplet: 96, 6D and AE. RGB value is (150,109,174). Sum of RGB (Red+Green+Blue) = 150+109+174=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #966DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAE is #699251. Grayscale: #808080. Windows color (decimal): -6918738 or 11431318. OLE color: 11431318.

HSL color Cylindrical-coordinate representation of color #966DAE: hue angle of 277.85º degrees, saturation: 0.29, 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 #966DAE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 109 174 -
CMYK 0.14 0.37 0 0.32
HSL 277.85º 0.29% 0.55% -
HSV(B) 277.85º 0.37% 0.68% -
XYZ 25.69 20.48 42.64 -
YUV 128.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 150 109 174 0.14 0.37 0 0.32 277.85 0.29 0.55
Hex 96 6D AE E 25 0 20 116 1D 37
Octal 226 155 256 16 45 0 40 426 35 67
Binary 10010110 1101101 10101110 1110 100101 0 100000 100010110 11101 110111

Color Harmonies of #966DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DAE

Black with #966DAE

Text Example


Text Example

White with #966DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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