Html Css Color HEX #966FA5 Ce Soir

📋 copy color: '#966FA5'

red 150 ◦ green 111 ◦ blue 165

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

Shades of Ce Soir #966FA5

Tints of Ce Soir #966FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.73%

R = 35.21%
G = 26.06%
B = 38.73%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#966FA5 (or 0x966FA5) is known color: Ce Soir. HEX triplet: 96, 6F and A5. RGB value is (150,111,165). Sum of RGB (Red+Green+Blue) = 150+111+165=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 165 - color contains mainly: blue. Hex color #966FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FA5 is #69905A. Grayscale: #808080. Windows color (decimal): -6918235 or 10842006. OLE color: 10842006.

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

Color convert

RGB 150 111 165 -
CMYK 0.09 0.33 0 0.35
HSL 283.33º 0.23% 0.54% -
HSV(B) 283.33º 0.33% 0.65% -
XYZ 25.05 20.57 38.25 -
YUV 128.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 150 111 165 0.09 0.33 0 0.35 283.33 0.23 0.54
Hex 96 6F A5 9 21 0 23 11B 17 36
Octal 226 157 245 11 41 0 43 433 27 66
Binary 10010110 1101111 10100101 1001 100001 0 100011 100011011 10111 110110

Color Harmonies of #966FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FA5

Black with #966FA5

Text Example


Text Example

White with #966FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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