Html Css Color HEX #966DA3 Ce Soir

📋 copy color: '#966DA3'

red 150 ◦ green 109 ◦ blue 163

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

Shades of Ce Soir #966DA3

Tints of Ce Soir #966DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 163 (64.06% from 255) = 38.63%

R = 35.55%
G = 25.83%
B = 38.63%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#966DA3 (or 0x966DA3) is known color: Ce Soir. HEX triplet: 96, 6D and A3. RGB value is (150,109,163). Sum of RGB (Red+Green+Blue) = 150+109+163=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 163 - color contains mainly: blue. Hex color #966DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DA3 is #69925C. Grayscale: #7F7F7F. Windows color (decimal): -6918749 or 10710422. OLE color: 10710422.

HSL color Cylindrical-coordinate representation of color #966DA3: hue angle of 285.56º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966DA3 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 109 163 -
CMYK 0.08 0.33 0 0.36
HSL 285.56º 0.23% 0.53% -
HSV(B) 285.56º 0.33% 0.64% -
XYZ 24.66 20.07 37.22 -
YUV 127.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 150 109 163 0.08 0.33 0 0.36 285.56 0.23 0.53
Hex 96 6D A3 8 21 0 24 11E 17 35
Octal 226 155 243 10 41 0 44 436 27 65
Binary 10010110 1101101 10100011 1000 100001 0 100100 100011110 10111 110101

Color Harmonies of #966DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DA3

Black with #966DA3

Text Example


Text Example

White with #966DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,163); }

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

background-color css

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

 a { background-color: rgb(150,109,163); }

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

border-color css

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

 span { border-color: rgb(150,109,163); }

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