Html Css Color HEX #966AAC Ce Soir

📋 copy color: '#966AAC'

red 150 ◦ green 106 ◦ blue 172

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

Shades of Ce Soir #966AAC

Tints of Ce Soir #966AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.77%

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

R = 35.05%
G = 24.77%
B = 40.19%

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

#966AAC (or 0x966AAC) is known color: Ce Soir. HEX triplet: 96, 6A and AC. RGB value is (150,106,172). Sum of RGB (Red+Green+Blue) = 150+106+172=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #966AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AAC is #699553. Grayscale: #7E7E7E. Windows color (decimal): -6919508 or 11299478. OLE color: 11299478.

HSL color Cylindrical-coordinate representation of color #966AAC: hue angle of 280º 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 #966AAC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 106 172 -
CMYK 0.13 0.38 0 0.33
HSL 280º 0.28% 0.55% -
HSV(B) 280º 0.38% 0.67% -
XYZ 25.18 19.77 41.52 -
YUV 126.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 150 106 172 0.13 0.38 0 0.33 280 0.28 0.55
Hex 96 6A AC D 26 0 21 118 1C 37
Octal 226 152 254 15 46 0 41 430 34 67
Binary 10010110 1101010 10101100 1101 100110 0 100001 100011000 11100 110111

Color Harmonies of #966AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AAC

Black with #966AAC

Text Example


Text Example

White with #966AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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