Html Css Color HEX #966BAC Ce Soir

📋 copy color: '#966BAC'

red 150 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #966BAC

Tints of Ce Soir #966BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 34.97%
G = 24.94%
B = 40.09%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#966BAC (or 0x966BAC) is known color: Ce Soir. HEX triplet: 96, 6B and AC. RGB value is (150,107,172). Sum of RGB (Red+Green+Blue) = 150+107+172=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #966BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BAC is #699453. Grayscale: #7F7F7F. Windows color (decimal): -6919252 or 11299734. OLE color: 11299734.

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

Color convert

RGB 150 107 172 -
CMYK 0.13 0.38 0 0.33
HSL 279.69º 0.28% 0.55% -
HSV(B) 279.69º 0.38% 0.67% -
XYZ 25.28 19.98 41.55 -
YUV 127.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 150 107 172 0.13 0.38 0 0.33 279.69 0.28 0.55
Hex 96 6B AC D 26 0 21 118 1C 37
Octal 226 153 254 15 46 0 41 430 34 67
Binary 10010110 1101011 10101100 1101 100110 0 100001 100011000 11100 110111

Color Harmonies of #966BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BAC

Black with #966BAC

Text Example


Text Example

White with #966BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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