Html Css Color HEX #966DAF Ce Soir

📋 copy color: '#966DAF'

red 150 ◦ green 109 ◦ blue 175

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

Shades of Ce Soir #966DAF

Tints of Ce Soir #966DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 34.56%
G = 25.12%
B = 40.32%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#966DAF (or 0x966DAF) is known color: Ce Soir. HEX triplet: 96, 6D and AF. RGB value is (150,109,175). Sum of RGB (Red+Green+Blue) = 150+109+175=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #966DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAF is #699250. Grayscale: #808080. Windows color (decimal): -6918737 or 11496854. OLE color: 11496854.

HSL color Cylindrical-coordinate representation of color #966DAF: hue angle of 277.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966DAF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 109 175 -
CMYK 0.14 0.38 0 0.31
HSL 277.27º 0.29% 0.56% -
HSV(B) 277.27º 0.38% 0.69% -
XYZ 25.78 20.52 43.16 -
YUV 128.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 150 109 175 0.14 0.38 0 0.31 277.27 0.29 0.56
Hex 96 6D AF E 26 0 1F 115 1D 38
Octal 226 155 257 16 46 0 37 425 35 70
Binary 10010110 1101101 10101111 1110 100110 0 11111 100010101 11101 111000

Color Harmonies of #966DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DAF

Black with #966DAF

Text Example


Text Example

White with #966DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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