Html Css Color HEX #966AAE Ce Soir

📋 copy color: '#966AAE'

red 150 ◦ green 106 ◦ blue 174

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

Shades of Ce Soir #966AAE

Tints of Ce Soir #966AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 34.88%
G = 24.65%
B = 40.47%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966AAE (or 0x966AAE) is known color: Ce Soir. HEX triplet: 96, 6A and AE. RGB value is (150,106,174). Sum of RGB (Red+Green+Blue) = 150+106+174=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #966AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AAE is #699551. Grayscale: #7E7E7E. Windows color (decimal): -6919506 or 11430550. OLE color: 11430550.

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

Color convert

RGB 150 106 174 -
CMYK 0.14 0.39 0 0.32
HSL 278.82º 0.3% 0.55% -
HSV(B) 278.82º 0.39% 0.68% -
XYZ 25.37 19.85 42.54 -
YUV 126.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 150 106 174 0.14 0.39 0 0.32 278.82 0.3 0.55
Hex 96 6A AE E 27 0 20 117 1E 37
Octal 226 152 256 16 47 0 40 427 36 67
Binary 10010110 1101010 10101110 1110 100111 0 100000 100010111 11110 110111

Color Harmonies of #966AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AAE

Black with #966AAE

Text Example


Text Example

White with #966AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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