Html Css Color HEX #966AA1 Ce Soir

📋 copy color: '#966AA1'

red 150 ◦ green 106 ◦ blue 161

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

Shades of Ce Soir #966AA1

Tints of Ce Soir #966AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 35.97%
G = 25.42%
B = 38.61%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#966AA1 (or 0x966AA1) is known color: Ce Soir. HEX triplet: 96, 6A and A1. RGB value is (150,106,161). Sum of RGB (Red+Green+Blue) = 150+106+161=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #966AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AA1 is #69955E. Grayscale: #7D7D7D. Windows color (decimal): -6919519 or 10578582. OLE color: 10578582.

HSL color Cylindrical-coordinate representation of color #966AA1: hue angle of 288º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966AA1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 106 161 -
CMYK 0.07 0.34 0 0.37
HSL 288º 0.23% 0.52% -
HSV(B) 288º 0.34% 0.63% -
XYZ 24.16 19.37 36.18 -
YUV 125.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 150 106 161 0.07 0.34 0 0.37 288 0.23 0.52
Hex 96 6A A1 7 22 0 25 120 17 34
Octal 226 152 241 7 42 0 45 440 27 64
Binary 10010110 1101010 10100001 111 100010 0 100101 100100000 10111 110100

Color Harmonies of #966AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AA1

Black with #966AA1

Text Example


Text Example

White with #966AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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