Html Css Color HEX #966BAA Ce Soir

📋 copy color: '#966BAA'

red 150 ◦ green 107 ◦ blue 170

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

Shades of Ce Soir #966BAA

Tints of Ce Soir #966BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 35.13%
G = 25.06%
B = 39.81%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#966BAA (or 0x966BAA) is known color: Ce Soir. HEX triplet: 96, 6B and AA. RGB value is (150,107,170). Sum of RGB (Red+Green+Blue) = 150+107+170=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #966BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BAA is #699455. Grayscale: #7E7E7E. Windows color (decimal): -6919254 or 11168662. OLE color: 11168662.

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

Color convert

RGB 150 107 170 -
CMYK 0.12 0.37 0 0.33
HSL 280.95º 0.27% 0.54% -
HSV(B) 280.95º 0.37% 0.67% -
XYZ 25.09 19.9 40.55 -
YUV 127.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 150 107 170 0.12 0.37 0 0.33 280.95 0.27 0.54
Hex 96 6B AA C 25 0 21 119 1B 36
Octal 226 153 252 14 45 0 41 431 33 66
Binary 10010110 1101011 10101010 1100 100101 0 100001 100011001 11011 110110

Color Harmonies of #966BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BAA

Black with #966BAA

Text Example


Text Example

White with #966BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,107,170); }

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

background-color css

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

 a { background-color: rgb(150,107,170); }

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

border-color css

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

 span { border-color: rgb(150,107,170); }

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