Html Css Color HEX #966AAD Ce Soir

📋 copy color: '#966AAD'

red 150 ◦ green 106 ◦ blue 173

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

Shades of Ce Soir #966AAD

Tints of Ce Soir #966AAD

RGB

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

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

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

R = 34.97%
G = 24.71%
B = 40.33%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#966AAD (or 0x966AAD) is known color: Ce Soir. HEX triplet: 96, 6A and AD. RGB value is (150,106,173). Sum of RGB (Red+Green+Blue) = 150+106+173=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #966AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AAD is #699552. Grayscale: #7E7E7E. Windows color (decimal): -6919507 or 11365014. OLE color: 11365014.

HSL color Cylindrical-coordinate representation of color #966AAD: hue angle of 279.4º degrees, saturation: 0.29, 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 #966AAD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 106 173 -
CMYK 0.13 0.39 0 0.32
HSL 279.4º 0.29% 0.55% -
HSV(B) 279.4º 0.39% 0.68% -
XYZ 25.27 19.81 42.03 -
YUV 126.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 150 106 173 0.13 0.39 0 0.32 279.4 0.29 0.55
Hex 96 6A AD D 27 0 20 117 1D 37
Octal 226 152 255 15 47 0 40 427 35 67
Binary 10010110 1101010 10101101 1101 100111 0 100000 100010111 11101 110111

Color Harmonies of #966AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AAD

Black with #966AAD

Text Example


Text Example

White with #966AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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