Html Css Color HEX #966CAE Ce Soir

📋 copy color: '#966CAE'

red 150 ◦ green 108 ◦ blue 174

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

Shades of Ce Soir #966CAE

Tints of Ce Soir #966CAE

RGB

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

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

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

R = 34.72%
G = 25%
B = 40.28%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966CAE (or 0x966CAE) is known color: Ce Soir. HEX triplet: 96, 6C and AE. RGB value is (150,108,174). Sum of RGB (Red+Green+Blue) = 150+108+174=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #966CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966CAE is #699351. Grayscale: #7F7F7F. Windows color (decimal): -6918994 or 11431062. OLE color: 11431062.

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

Color convert

RGB 150 108 174 -
CMYK 0.14 0.38 0 0.32
HSL 278.18º 0.29% 0.55% -
HSV(B) 278.18º 0.38% 0.68% -
XYZ 25.58 20.27 42.61 -
YUV 128.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 150 108 174 0.14 0.38 0 0.32 278.18 0.29 0.55
Hex 96 6C AE E 26 0 20 116 1D 37
Octal 226 154 256 16 46 0 40 426 35 67
Binary 10010110 1101100 10101110 1110 100110 0 100000 100010110 11101 110111

Color Harmonies of #966CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CAE

Black with #966CAE

Text Example


Text Example

White with #966CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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