Html Css Color HEX #966EAD Ce Soir

📋 copy color: '#966EAD'

red 150 ◦ green 110 ◦ blue 173

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

Shades of Ce Soir #966EAD

Tints of Ce Soir #966EAD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 34.64%
G = 25.4%
B = 39.95%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966EAD (or 0x966EAD) is known color: Ce Soir. HEX triplet: 96, 6E and AD. RGB value is (150,110,173). Sum of RGB (Red+Green+Blue) = 150+110+173=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #966EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EAD is #699152. Grayscale: #808080. Windows color (decimal): -6918483 or 11366038. OLE color: 11366038.

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

Color convert

RGB 150 110 173 -
CMYK 0.13 0.36 0 0.32
HSL 278.1º 0.28% 0.55% -
HSV(B) 278.1º 0.36% 0.68% -
XYZ 25.7 20.65 42.17 -
YUV 129.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 150 110 173 0.13 0.36 0 0.32 278.1 0.28 0.55
Hex 96 6E AD D 24 0 20 116 1C 37
Octal 226 156 255 15 44 0 40 426 34 67
Binary 10010110 1101110 10101101 1101 100100 0 100000 100010110 11100 110111

Color Harmonies of #966EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EAD

Black with #966EAD

Text Example


Text Example

White with #966EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,173); }

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

background-color css

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

 a { background-color: rgb(150,110,173); }

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

border-color css

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

 span { border-color: rgb(150,110,173); }

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