Html Css Color HEX #966FA4 Ce Soir

📋 copy color: '#966FA4'

red 150 ◦ green 111 ◦ blue 164

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

Shades of Ce Soir #966FA4

Tints of Ce Soir #966FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 35.29%
G = 26.12%
B = 38.59%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#966FA4 (or 0x966FA4) is known color: Ce Soir. HEX triplet: 96, 6F and A4. RGB value is (150,111,164). Sum of RGB (Red+Green+Blue) = 150+111+164=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #966FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FA4 is #69905B. Grayscale: #808080. Windows color (decimal): -6918236 or 10776470. OLE color: 10776470.

HSL color Cylindrical-coordinate representation of color #966FA4: hue angle of 284.15º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966FA4 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 111 164 -
CMYK 0.09 0.32 0 0.36
HSL 284.15º 0.23% 0.54% -
HSV(B) 284.15º 0.32% 0.64% -
XYZ 24.96 20.53 37.77 -
YUV 128.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 150 111 164 0.09 0.32 0 0.36 284.15 0.23 0.54
Hex 96 6F A4 9 20 0 24 11C 17 36
Octal 226 157 244 11 40 0 44 434 27 66
Binary 10010110 1101111 10100100 1001 100000 0 100100 100011100 10111 110110

Color Harmonies of #966FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FA4

Black with #966FA4

Text Example


Text Example

White with #966FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,111,164); }

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

background-color css

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

 a { background-color: rgb(150,111,164); }

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

border-color css

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

 span { border-color: rgb(150,111,164); }

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