Html Css Color HEX #966AA0 Ce Soir

📋 copy color: '#966AA0'

red 150 ◦ green 106 ◦ blue 160

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

Shades of Ce Soir #966AA0

Tints of Ce Soir #966AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.46%

R = 36.06%
G = 25.48%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#966AA0 (or 0x966AA0) is known color: Ce Soir. HEX triplet: 96, 6A and A0. RGB value is (150,106,160). Sum of RGB (Red+Green+Blue) = 150+106+160=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #966AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AA0 is #69955F. Grayscale: #7D7D7D. Windows color (decimal): -6919520 or 10513046. OLE color: 10513046.

HSL color Cylindrical-coordinate representation of color #966AA0: hue angle of 288.89º degrees, saturation: 0.22, 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 #966AA0 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 106 160 -
CMYK 0.06 0.34 0 0.37
HSL 288.89º 0.22% 0.52% -
HSV(B) 288.89º 0.34% 0.63% -
XYZ 24.08 19.33 35.72 -
YUV 125.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 150 106 160 0.06 0.34 0 0.37 288.89 0.22 0.52
Hex 96 6A A0 6 22 0 25 121 16 34
Octal 226 152 240 6 42 0 45 441 26 64
Binary 10010110 1101010 10100000 110 100010 0 100101 100100001 10110 110100

Color Harmonies of #966AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AA0

Black with #966AA0

Text Example


Text Example

White with #966AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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