Html Css Color HEX #966FAC Ce Soir

📋 copy color: '#966FAC'

red 150 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #966FAC

Tints of Ce Soir #966FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 34.64%
G = 25.64%
B = 39.72%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#966FAC (or 0x966FAC) is known color: Ce Soir. HEX triplet: 96, 6F and AC. RGB value is (150,111,172). Sum of RGB (Red+Green+Blue) = 150+111+172=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #966FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FAC is #699053. Grayscale: #818181. Windows color (decimal): -6918228 or 11300758. OLE color: 11300758.

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

Color convert

RGB 150 111 172 -
CMYK 0.13 0.35 0 0.33
HSL 278.36º 0.27% 0.55% -
HSV(B) 278.36º 0.35% 0.67% -
XYZ 25.71 20.83 41.7 -
YUV 129.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 150 111 172 0.13 0.35 0 0.33 278.36 0.27 0.55
Hex 96 6F AC D 23 0 21 116 1B 37
Octal 226 157 254 15 43 0 41 426 33 67
Binary 10010110 1101111 10101100 1101 100011 0 100001 100010110 11011 110111

Color Harmonies of #966FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FAC

Black with #966FAC

Text Example


Text Example

White with #966FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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