Html Css Color HEX #966EAB Ce Soir

📋 copy color: '#966EAB'

red 150 ◦ green 110 ◦ blue 171

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

Shades of Ce Soir #966EAB

Tints of Ce Soir #966EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 34.8%
G = 25.52%
B = 39.68%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#966EAB (or 0x966EAB) is known color: Ce Soir. HEX triplet: 96, 6E and AB. RGB value is (150,110,171). Sum of RGB (Red+Green+Blue) = 150+110+171=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #966EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EAB is #699154. Grayscale: #808080. Windows color (decimal): -6918485 or 11234966. OLE color: 11234966.

HSL color Cylindrical-coordinate representation of color #966EAB: hue angle of 279.34º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966EAB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 110 171 -
CMYK 0.12 0.36 0 0.33
HSL 279.34º 0.27% 0.55% -
HSV(B) 279.34º 0.36% 0.67% -
XYZ 25.5 20.58 41.16 -
YUV 128.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 150 110 171 0.12 0.36 0 0.33 279.34 0.27 0.55
Hex 96 6E AB C 24 0 21 117 1B 37
Octal 226 156 253 14 44 0 41 427 33 67
Binary 10010110 1101110 10101011 1100 100100 0 100001 100010111 11011 110111

Color Harmonies of #966EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EAB

Black with #966EAB

Text Example


Text Example

White with #966EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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