Html Css Color HEX #966BAE Ce Soir

📋 copy color: '#966BAE'

red 150 ◦ green 107 ◦ blue 174

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

Shades of Ce Soir #966BAE

Tints of Ce Soir #966BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 34.8%
G = 24.83%
B = 40.37%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966BAE (or 0x966BAE) is known color: Ce Soir. HEX triplet: 96, 6B and AE. RGB value is (150,107,174). Sum of RGB (Red+Green+Blue) = 150+107+174=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #966BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BAE is #699451. Grayscale: #7F7F7F. Windows color (decimal): -6919250 or 11430806. OLE color: 11430806.

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

Color convert

RGB 150 107 174 -
CMYK 0.14 0.39 0 0.32
HSL 278.51º 0.29% 0.55% -
HSV(B) 278.51º 0.39% 0.68% -
XYZ 25.48 20.06 42.57 -
YUV 127.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 150 107 174 0.14 0.39 0 0.32 278.51 0.29 0.55
Hex 96 6B AE E 27 0 20 117 1D 37
Octal 226 153 256 16 47 0 40 427 35 67
Binary 10010110 1101011 10101110 1110 100111 0 100000 100010111 11101 110111

Color Harmonies of #966BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BAE

Black with #966BAE

Text Example


Text Example

White with #966BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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